diff options
author | Michael Scherer <misc@mageia.org> | 2011-05-24 12:36:36 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-05-24 12:36:36 +0000 |
commit | 9f83a363b5e614071448d49d6031f7233ba648d6 (patch) | |
tree | e7c3a740c97f90e64d2b174b223b181fe1dea25b /modules/pam/templates/nsswitch.conf | |
parent | 63d6bc618c0cf669fe79840b90e39d6786395ae9 (diff) | |
download | puppet-9f83a363b5e614071448d49d6031f7233ba648d6.tar puppet-9f83a363b5e614071448d49d6031f7233ba648d6.tar.gz puppet-9f83a363b5e614071448d49d6031f7233ba648d6.tar.bz2 puppet-9f83a363b5e614071448d49d6031f7233ba648d6.tar.xz puppet-9f83a363b5e614071448d49d6031f7233ba648d6.zip |
we do not use mdns on servers, so remove it as it seems to cause trouble
on mandriva 2010.0, as used on gandi vm
Diffstat (limited to 'modules/pam/templates/nsswitch.conf')
-rw-r--r-- | modules/pam/templates/nsswitch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam/templates/nsswitch.conf b/modules/pam/templates/nsswitch.conf index f797885d..fdd32996 100644 --- a/modules/pam/templates/nsswitch.conf +++ b/modules/pam/templates/nsswitch.conf @@ -1,7 +1,7 @@ passwd: files ldap [UNAVAIL=return] shadow: files ldap [UNAVAIL=return] group: files ldap [UNAVAIL=return] -hosts: files mdns4_minimal [NOTFOUND=return] dns +hosts: files dns bootparams: files ethers: files netmasks: files |