Feb 27, 2008
Configure samba as a ROLE_DOMAIN_MEMBER for authenticating with a Primary domain controller (PDC)
Posted by Martin Perron in HowTo - Linux • No commentsThanks for help! obnox
on irc.freenode.org #samba
First of all, you need to install samba and winbind on the linux client.
Next you need to change that line in /etc/samba/smb.conf on the global section:
[global]
workgroup = CEM
security = DOMAIN
password server = 192.168.2.1
encrypt passwords = yes
idmap uid = 100000-200000
idmap gid = [...]
