Description: Fixes to nsswitch.ldap sample file This fixes a few issues in the nsswitch.ldap sample file to make it more applicable for Linux systems. Author: Arthur de Jong Bug-Debian: http://bugs.debian.org/384187 --- a/nsswitch.ldap +++ b/nsswitch.ldap @@ -6,8 +6,9 @@ # "hosts:" and "services:" in this file are used only if the # /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports. -# the following two lines obviate the "+" entry in /etc/passwd and /etc/group. +# the following lines obviate the "+" entry in /etc/passwd and /etc/group. passwd: files ldap +shadow: files ldap group: files ldap # consult DNS first, we will need it to resolve the LDAP host. (If we