aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/templates
diff options
context:
space:
mode:
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