Hi,

I have a 2.2.8 Samba server setup here that is mapping Unix
home directories to a drive at login for Windows XP and
Win2K Pro desktops. I'm using server level security, the
password server being an Active Directory server.

This works consistantly well.

I've introduced a Win2K Server with terminal services and
Samba will fail to authenticate after only a very few logins
complaining that the password or username is invalid.

I also periodically get "System error 1326 has occurred"

Has anyone else used Samba in this way and seen an issue
with Win2K Server?

smb.conf included.

# Global parameters
[global]
   workgroup = ANALOG
   server string = acesn19 Samba Server Version 2.2.8
   security = SERVER
   password server = hostname.domainname
   username map = /usr/local/samba/lib/smbusers
   log file = /usr/local/samba/var/log.%m
   disable spoolss = Yes
   dns proxy = No

[homes]
   comment = Home Directories
   username = %S
   read only = No

[printers]
   comment = All Printers
   path = /usr/local/samba/spool
   printable = Yes
   browseable = No

[cadtools]
   comment = Cadtools directory
   path = /design/cad
   guest ok = Yes

[ghost]
   comment = Cadtools directory
   path = /design/cad/ghost
   read only = No
   guest ok = Yes

Cheers,

Bob


-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Reply via email to