diff options
| -rw-r--r-- | remote/modules/pam/data/etc/nsswitch.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/pam/data/etc/nsswitch.conf b/remote/modules/pam/data/etc/nsswitch.conf index 1aa825e6..c3ac1076 100644 --- a/remote/modules/pam/data/etc/nsswitch.conf +++ b/remote/modules/pam/data/etc/nsswitch.conf @@ -4,8 +4,8 @@ # If you have the `glibc-doc-reference' and `info' packages installed, try: # `info libc "Name Service Switch"' for information about this file. -passwd: files ldap -group: files ldap +passwd: files ldap +group: files shadow: files hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 |
