Displaying 1 result from an estimated 1 matches for "freebsd_machin".
Did you mean:
freebsd_machine
2004 Nov 16
3
authentication against win2k3 server
...entication.
I'm running FreeBSD 4.10-Relase #4 with Samba 3.0.8.
This is my smb.conf file:
[global]
realm = WIN2K3.DOMAIN.LOCAL
security = ads
auth methods = winbind
winbind separator = +
encrypt passwords = yes
workgroup = DOMAIN.LOCAL
netbios name = FREEBSD_Machine
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
idmap uid = 10000-20000
idmap gid = 10000-20000
password server = WIN2K3.DOMAIN.LOCAL
So once winbindd is running, I type the following and get these re...