From 7f31dcfa8363d608af6e2139f218db5a919b9ef3 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 21 Apr 2011 19:23:14 +0000 Subject: - deploy dynlist overlay, so we can create dynamic group ( needed for i18n svn access ) --- modules/openldap/templates/slapd.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/openldap/templates') 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 -- cgit v1.2.1