diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-08-20 19:33:21 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-08-20 19:33:21 +0200 |
commit | f440b191204f129408b9f068e8f436f59493c482 (patch) | |
tree | 5476506d5ff2bc00e7d7423f6789783513089ed0 /ldap/modules.ldif | |
parent | 392970b125000b5b467afd43406b05d90ec1d06e (diff) |
Constraint overlay
Diffstat (limited to 'ldap/modules.ldif')
-rw-r--r-- | ldap/modules.ldif | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ldap/modules.ldif b/ldap/modules.ldif index 0e63819..cc4da57 100644 --- a/ldap/modules.ldif +++ b/ldap/modules.ldif @@ -2,7 +2,7 @@ # # ldapmodify -Y EXTERNAL -H ldapi:/// -f modules.ldif # -# It will load the "syncprov" module. +# It will load the "syncprov" and "constraint" modules. # # # References: @@ -14,3 +14,6 @@ dn: cn=module{0}, cn=config changetype: modify add: olcModuleLoad olcModuleLoad: syncprov.la +- +add: olcModuleLoad +olcModuleLoad: constraint.la |