Displaying 1 result from an estimated 1 matches for "pwdsrv".
2011 Jul 20
4
Integrating samba with existing AD
...astebin.com/nJ2DuBFi
In the nsswich.conf
passwd: files ldap winbind
shadow: files ldap
group: files ldap winbind
The problem (Everything seems to work just fine ):
# kinit -V thibaut
Password for thibaut at WORK-NETWORK.COM:
Authenticated to Kerberos v5
# net join -S pwdsrv -U Thibaut
Thibaut's password:
Using short domain name -- WORK
DNS update failed!
Joined 'smbsrv' to realm 'WORK-NETWORK.COM'
wbinfo -u
wbinfo -g
getent passwd
getent group
=> All of them returns all I want (users and groups, with locals for the
last two commands)...