diff options
| author | Jonathan Bauer | 2013-05-23 18:06:31 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-05-23 18:06:31 +0200 |
| commit | 5b5d83f41b31c08b74de5f290ee6641df43d2335 (patch) | |
| tree | 9dbd291d23d11fa1f0e94d7f5f168c959cfbf30c /remote/modules/pam/data/etc | |
| parent | fix PATH for debug shell (diff) | |
| download | tm-scripts-5b5d83f41b31c08b74de5f290ee6641df43d2335.tar.gz tm-scripts-5b5d83f41b31c08b74de5f290ee6641df43d2335.tar.xz tm-scripts-5b5d83f41b31c08b74de5f290ee6641df43d2335.zip | |
fix LDAP login: remove ldap lookup for groups
Diffstat (limited to 'remote/modules/pam/data/etc')
| -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 |
