aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-04-21 19:23:14 +0000
committerMichael Scherer <misc@mageia.org>2011-04-21 19:23:14 +0000
commit7f31dcfa8363d608af6e2139f218db5a919b9ef3 (patch)
treec15c782a1f6c8ac2cf2239ec2a739f458d9f77b4 /modules/openldap/templates
parent21102b6edd4ec082266315f1d748381e10795e1e (diff)
downloadpuppet-7f31dcfa8363d608af6e2139f218db5a919b9ef3.tar
puppet-7f31dcfa8363d608af6e2139f218db5a919b9ef3.tar.gz
puppet-7f31dcfa8363d608af6e2139f218db5a919b9ef3.tar.bz2
puppet-7f31dcfa8363d608af6e2139f218db5a919b9ef3.tar.xz
puppet-7f31dcfa8363d608af6e2139f218db5a919b9ef3.zip
- deploy dynlist overlay, so we can create dynamic group ( needed for i18n svn access )
Diffstat (limited to 'modules/openldap/templates')
-rw-r--r--modules/openldap/templates/slapd.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/openldap/templates/slapd.conf b/modules/openldap/templates/slapd.conf
index a82c9142..71721dc5 100644
--- a/modules/openldap/templates/slapd.conf
+++ b/modules/openldap/templates/slapd.conf
@@ -33,6 +33,7 @@ moduleload ppolicy.la
#moduleload refint.la
moduleload memberof.la
moduleload unique.la
+moduleload dynlist.la
TLSCertificateFile /etc/ssl/openldap/ldap.pem
TLSCertificateKeyFile /etc/ssl/openldap/ldap.pem
@@ -88,6 +89,9 @@ ppolicy_use_lockout yes
overlay unique
unique_uri ldap:///?mail?sub?
+overlay dynlist
+dynlist-attrset groupOfURLs memberURL member
+
# uncomment if you want to automatically update group
# memberships when an user is removed from the tree
# Also uncomment the refint.la moduleload above