similar to: SAMBA / LDAP / Domain Password change problem

Displaying 20 results from an estimated 800 matches similar to: "SAMBA / LDAP / Domain Password change problem"

2006 May 22
1
Join ADS problem
Problem with join to Active Directory [root@clust-master samba]# net ads join -S 10.0.0.1 -U Administrator Administrator's password: [2006/05/22 10:24:05, 0] libads/ldap.c:ads_join_realm(1640) ads_add_machine_acct (clust): Type or value exists ads_join_realm: Type or value exists [root@clust-master samba]# kinit Administrator@COROD.LOCAL Password for Administrator@COROD.LOCAL: As you can
2004 Nov 22
1
Windows 98 can't print to Samba printer
I have recently set up a basic file and print server at my office using Fedora Core 3 and Samba 3.0.8pre1-0.pre1.3 . We have a variety of clients (1 X WinXP Pro, 1 X Win XP Home, 3 X Win 2k, 1 X Win 98). I can access all file shares on the server from all clients with no problems. I can print to our Samsung ML-2150 printer (connected to the server via USB) from all clients except the Windows 98
2010 May 08
3
Count cases in a list
Hi everybody, I would like to count how many times names in list L, nombreL, apear in list C, nombreC. Can I improve the next program? cuenta <- 0 topL <- length(nombreL) topC <- length(nombreC) for (i in 1:topL) { for (j in 1:topC) { k <- grep(noquote(nombreL[i]),nombreC[j])
2010 May 08
5
contar casos en un vector
Buenas noches, tengo dos vectores con nombres. El primero es largo, nombreL, y el segundo corto, nombreC. Quiero contar cuantas veces aparece alguno de los nombres del vector corto en el largo. Lo que estoy haciendo es lo siguiente: cuenta <- 0 topL <- length(nombreL) topC <- length(nombreC) for (i in 1:topL) { for (j in 1:topC) {
2006 May 29
0
stopping being a local master browser
Hi everybody ! I have installed Samba 3.0.8pre1-0.pre1.3 which is default version on FC3 making a fileserver and local master browser for my LAN . There is a machine called DAN ( running W98se ) which stops my Samba LMB. The nmbd.log says : .... ***** [2006/05/21 18:31:11, 0] nmbd/nmbd_incomingdgrams.c:process_local_master_announce(311) process_local_master_announce: Server DAN at IP
2004 Dec 30
0
could not delete unix link from windows client
Hi All, I created a bunch of files in a samba share and also created few soft links which points to files in the same directory. The problem is, when i try to delete all the files at once from windows client, it fails at deleting soft links. When it comes to soft liks, it deletes only the original file but not the link itself. Can anyone please give information on how to delele the softlink
2005 May 11
0
My Samba share changes the timestamp when copying files to it.. (Preserve Time)
I have a Samba share on a Fedora Core 3. When I copy files to it from my windows XP Service Pack 2 box the samba share gives all the files the same date/time (the current date and time), instead of giving it the same date as the files already have. Does anyone know how to solve this problem. I want to Preserve to original time and date stamps. I'm running: Samba version 3.0.8pre1-0.pre1.3
2010 May 10
1
Interfaz con R
Estimados amigos, en el siguiente link dejo una direccion para la descarga de Runner una interfaz gratuita para R (sólo para windows xp o posterior ) que puede ser últil para alguno de Uds. https://sites.google.com/site/runnerstatisticalsoftware/download Posiblemente mirar el manual podria ayudarlos a evaluar si esta interfaz puede ayudarlos en el trabajo diario. Cualquier sugerencia será
2004 Dec 07
4
Problems with samba password file
Hi, On a Fedora box we installed Samba 3.0.8pre1-0.pre1.3 Accidently we've removed the samba password file. Now, we can't get access to Samba anymore. Is there a way to re-create it ? Or do we have to reinstall Samba ? BTW: We have no backup .... cheers, Andy
2000 Apr 04
1
Domain Authorization
Greetings, Normally I lurk on a list before posting, but I don't have the luxury to take the time to lurk this time around. I apologize ahead of time for any breaches of etiquette that you have on the list. I have just setup a RedHat 6.0 system with Samba 2.0.6 (via RPM packages, not source.) I've been adminning Linux for four years, but this is my first attempt with Samba, so I'm
2005 Jan 30
1
newbie help, please?
Hi, I'm trying to get a Samba (version 3.0.8pre1-0.pre1.3) to play with some WinXP boxes. I'm using WORKGROUPS, not DOMAIN. The server is running under Fedora Core 3. And I'm following the troubleshooting chapter in the O'Reilly book, Chapter 9. I cannot browse the shares from my WinXP machine. I CAN browse and access shares okay as a client on the Samba server machine. I
2005 Apr 19
3
Can't Install Samba 3.0.14a
I'm running FC3 with its bundled samba 3.0.11-fc3, and I'm trying to update to 3.0.14a. I've downloaded the rpms from samba.org, and (I think) I've backed up the original samba installation--/etc/samba--and I've stopped smb (I had to kill the smbd and nmbd processes; "/etc/rc.d/init.d/smb stop" didn't work). I've also withdrawn (make uninstall) an
2006 Jan 31
1
Slow Samba when added new hard drive
Hi, I've used Samba several years without any problems. Last week I added a new disk to my system, and Samba started to behave very strange. It's slow in terms of establish a connection and time to list directories. I've tried to resolve the problem without success. No other daemon has problems, both ftp and http works fine as well as internal communication. Below I've attached
2006 May 24
2
Intermittent process crash serving files
We have been using SAMBA for file/print servers and domain controllers in Windows networks for several years. At one site, we have intermittent problems in which the connection to the SAMBA server appears to die: i.e., no one can connect to the share, and the Windows clients (Terminal Servers and workstations) apparently keep re-trying to connect which ultimately locks up those clients.
2005 Jan 04
1
Question about soft mounting samba shares...
I'm backing up a bunch of Windows machines onto a linux box (FC3, Samba 3.0.8-0.pre1.3) and it works great... UNLESS some idiot disconnects or shuts down his computer while I'm running the backup, and then my rsync command hangs while trying to copy the files from that computer's smbmounted drive to the server. Isn't there some sort of way to soft mount the samba share or
2005 Jan 13
1
upgrading (?) from 2.2.4 to 3.0.8pre1-0.pre1.3
Very simple setup. We have a NT4 pdc and some windows boxes. We have a large raid running on linux that we use samba to share to the rest of the network. 2.2.4 works great, 3.0 doesn't using the same smb.conf. I'm sure there are some things that have changed but even trying to take the examples on the site and mod them to fit my case doesn't work either. The linux/samba box name is
2005 Feb 21
2
Problems with Samba and security hardened WinXP SP2 clients
We're running Fedora Core and Samba-3.0.8-0.pre1.3 and we're authenticating our Windows XP users against Active Directory running on Windows 2003. Everything works fine! But now we're trying to secure and harden our WinXP machines and now when any user logged into a secured WinXP they get the errormessage "The account is not authorized to log in from this station". I browsed
2005 Jul 05
3
Files missing when using windows XP and samba
Hi, I am using Fedora Core 3 as a server for both Unix (Solaris and HPUX) and Windows Xp clients. The Unix clients view the files through an NFS v3 share, and windows client use samba (3.0.8-0.pre1.3). When looking at a directory from the server, or from a Unix client, I can see 132 files. However, from the Windows client, I can only see 65 files. There appear to be nothing special about the
2004 Nov 27
2
Samba fc3: accent problem
I am unable to properly view ISO8859-15 characters (typicaly characters with accent such as ?, ?, ?...) from filenames on a samba server using fedora core 3. After spending hours on it, I have been unable to find a solution. Any help from you would be greatly appreciated. Here is the description of my configuration: I have 3 machines running: - one server with fc3 - one PC "PC1" with
2011 Aug 11
6
unable to mount zfs file system..pl help
# uname -a Linux testbox 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux # rpm -qa|grep zfs zfs-test-0.5.2-1 zfs-modules-0.5.2-1_2.6.18_194.el5 zfs-0.5.2-1 zfs-modules-devel-0.5.2-1_2.6.18_194.el5 zfs-devel-0.5.2-1 # zfs list NAME USED AVAIL REFER MOUNTPOINT pool1 120K 228G 21K /pool1 pool1/fs1 21K 228G 21K /vik [root at