diff options
| author | Simon Rettberg | 2013-05-23 20:14:53 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-23 20:14:53 +0200 |
| commit | b9404f13ca882e381a3c1b0797b761ce7638e273 (patch) | |
| tree | e3211ccd917cd7790c812e319039048189b9e773 /remote/modules/pam/data | |
| parent | fix PATH for debug shell (diff) | |
| download | tm-scripts-b9404f13ca882e381a3c1b0797b761ce7638e273.tar.gz tm-scripts-b9404f13ca882e381a3c1b0797b761ce7638e273.tar.xz tm-scripts-b9404f13ca882e381a3c1b0797b761ce7638e273.zip | |
Remove ldap in initial nsswitch conf, will be added after udev started up
Update to systemd 204
Remove some systemd services that don't make sense in our setup
Add own sysctl defaults
Diffstat (limited to 'remote/modules/pam/data')
| -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..d270cbac 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 +group: files shadow: files hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 |
