Debian and active directory authentication
- by Tobia
I'm trying to link a debian server authentication to active directory.
I followed this tutorial: http://wiki.debian.org/Authenticating_Linux_With_Active_Directory but I'm stuck on the
getent passwd
Because this doesn't list all AD users but only locals.
This is my nsswitch.conf:
passwd: files winbind
group: files winbind
shadow: files winbind
And I'm sure it is well connected to AD becuse this:
wbinfo -u
Lists all AD users.
What have I missed?