aboutsummaryrefslogtreecommitdiffstats
path: root/ldap/modules.ldif
blob: 46b9ca2cecb850d3efed53f287513a91f186da40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Load this file (on the provider) with
#
#   ldapmodify -Y EXTERNAL -H ldapi:/// -f modules.ldif
#
# It will load the "syncprov" and "constraint" modules.
#
#
# References:
# - http://www.openldap.org/doc/admin24/replication.html#Syncrepl
# - http://www.zytrax.com/books/ldap/ch7/#ol-syncrepl-rap


dn: cn=module{0}, cn=config
changetype: modify
add: olcModuleLoad
olcModuleLoad: syncprov.la
-
add: olcModuleLoad
olcModuleLoad: constraint.la