aboutsummaryrefslogtreecommitdiffstats
path: root/modules/pam/templates/nsswitch.conf
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-17 15:50:32 +0000
committerMichael Scherer <misc@mageia.org>2010-11-17 15:50:32 +0000
commitd0b22dcb390873be41d24bafb728a4f21810cad7 (patch)
tree6ff672bbde0a05155c0d41cb3426970b5c89f055 /modules/pam/templates/nsswitch.conf
parent8b552f1fec441b0591d3a61fb4e296b6eb90ceb3 (diff)
downloadpuppet-d0b22dcb390873be41d24bafb728a4f21810cad7.tar
puppet-d0b22dcb390873be41d24bafb728a4f21810cad7.tar.gz
puppet-d0b22dcb390873be41d24bafb728a4f21810cad7.tar.bz2
puppet-d0b22dcb390873be41d24bafb728a4f21810cad7.tar.xz
puppet-d0b22dcb390873be41d24bafb728a4f21810cad7.zip
- fix templates
- add nsswitch.conf
Diffstat (limited to 'modules/pam/templates/nsswitch.conf')
-rw-r--r--modules/pam/templates/nsswitch.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/pam/templates/nsswitch.conf b/modules/pam/templates/nsswitch.conf
new file mode 100644
index 00000000..f797885d
--- /dev/null
+++ b/modules/pam/templates/nsswitch.conf
@@ -0,0 +1,16 @@
+passwd: files ldap [UNAVAIL=return]
+shadow: files ldap [UNAVAIL=return]
+group: files ldap [UNAVAIL=return]
+hosts: files mdns4_minimal [NOTFOUND=return] dns
+bootparams: files
+ethers: files
+netmasks: files
+networks: files
+protocols: files
+rpc: files
+services: files
+netgroup: files ldap
+publickey: files
+automount: files
+aliases: files
+