I currently have Samba running in a Windows 2000 Mixed Mode Domain. Everything works great, from win2000/XP clients. There is one annoyance, and that is clients are prompted for a password when accessing the server. THey are accepted without any problems, since I created UNIX/Samba passwords, but is there a way to synchronize the Domain passwords with the Samba passwords? The smb.conf file contains:
[global]
workgroup=DOMAIN_NAME
security=domain
password server=DOMAIN_CONTROLLER_NAME
null passwords=yes
encrypt passwords=yes
winbind seperator=winbind uid=10000-20000
winbind gid=10000-20000
winbind enum users=yes
I have thought Winbind allowed this? Is there any way to have the Samba server use the Domain controller to authenticate? I don't want to have numerous passwords, and obviously Win2k passwords will expire, meaning numerous passwords. I read a little about Samba-TNG, but can't find any decent documentation, even at their website. If anyone has accomplished this (CONGRATULATIONS!), I would appreciate the help. Thanks.
[global]
workgroup=DOMAIN_NAME
security=domain
password server=DOMAIN_CONTROLLER_NAME
null passwords=yes
encrypt passwords=yes
winbind seperator=winbind uid=10000-20000
winbind gid=10000-20000
winbind enum users=yes
I have thought Winbind allowed this? Is there any way to have the Samba server use the Domain controller to authenticate? I don't want to have numerous passwords, and obviously Win2k passwords will expire, meaning numerous passwords. I read a little about Samba-TNG, but can't find any decent documentation, even at their website. If anyone has accomplished this (CONGRATULATIONS!), I would appreciate the help. Thanks.