Winbind enumerate Active Directory accounts in Linux – Using Debian in an Active Directory environment

To get Debian to enumerate your Active Directory users in linux , you need to update /etc/nsswitch.conf

nano /etc/nsswitch.conf

add “winbind” to the passwd and group lines. if you have “compat” in the line, put in like this:

passwd:         compat winbind
passwd_compat:  winbind
group:          compat winbind
group_compat:   winbind

<–Previous Next–>
Menu

This page is part of a series named “Using Debian in an Active Directory environment”. It is meant to be followed in that context.