diff options
author | Michael Scherer <misc@mageia.org> | 2012-02-15 09:54:37 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-02-15 09:54:37 +0000 |
commit | 3789e852ceef2cdea51e086771a9f89dcddbae4b (patch) | |
tree | 862dcbd738e1d32e1738e458e9aefb88b9ff19af /modules/pam/manifests | |
parent | 48e3da7d291834756773301ebe65e1b0830910fc (diff) | |
download | puppet-3789e852ceef2cdea51e086771a9f89dcddbae4b.tar puppet-3789e852ceef2cdea51e086771a9f89dcddbae4b.tar.gz puppet-3789e852ceef2cdea51e086771a9f89dcddbae4b.tar.bz2 puppet-3789e852ceef2cdea51e086771a9f89dcddbae4b.tar.xz puppet-3789e852ceef2cdea51e086771a9f89dcddbae4b.zip |
manage /etc/openldap/ldap.conf by puppet
Diffstat (limited to 'modules/pam/manifests')
-rw-r--r-- | modules/pam/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pam/manifests/init.pp b/modules/pam/manifests/init.pp index 21059b72..8d25d056 100644 --- a/modules/pam/manifests/init.pp +++ b/modules/pam/manifests/init.pp @@ -10,6 +10,7 @@ class pam { "/etc/pam.d/system-auth": content => template("pam/system-auth"); "/etc/nsswitch.conf": content => template("pam/nsswitch.conf"); "/etc/ldap.conf": content => template("pam/ldap.conf"); + "/etc/openldap/ldap.conf": content => template("pam/openldap.ldap.conf"); } $ldap_password = extlookup("${fqdn}_ldap_password",'x') |