3 ### needed for initial content load ###
6 ### Multimaster-ServerIDs and URLs ###
8 ${MMR_SERVERIDS_CONFIG}
10 include ${LDAPDIR}/backend-schema.schema
12 pidfile ${LDAPDIR}/slapd.pid
13 argsfile ${LDAPDIR}/slapd.args
14 sasl-realm ${DNSDOMAIN}
17 # uid=([^,]*),cn=${DNSDOMAIN},cn=digest-md5,cn=auth
18 # ldap:///${DOMAINDN}??sub?(samAccountName=\$1)
21 # uid=([^,]*),cn=([^,]*),cn=digest-md5,cn=auth
22 # ldap:///${DOMAINDN}??sub?(samAccountName=\$1)
25 uid=([^,]*),cn=([^,]*),cn=digest-md5,cn=auth
26 ldap:///cn=samba??one?(cn=\$1)
29 uid=([^,]*),cn=([^,]*),cn=ntlm,cn=auth
30 ldap:///cn=samba??one?(cn=\$1)
33 by dn=cn=samba-admin,cn=samba manage
37 access to dn.subtree="cn=samba"
40 access to dn.subtree="${DOMAINDN}"
41 by dn=cn=samba-admin,cn=samba manage${REPLICATOR_ACL}
42 by dn=cn=manager manage
45 password-hash {CLEARTEXT}
47 defaultsearchbase ${DOMAINDN}
66 directory ${LDAPDIR}/db/samba
67 rootdn cn=Manager,cn=Samba
69 ########################################
70 ## olc - configuration ###
74 ${OLC_SYNCREPL_CONFIG}
77 access to dn.sub="cn=config"
78 by dn="cn=samba-admin,cn=samba" write
79 by dn="cn=replicator,cn=samba" read
82 ########################################
86 rootdn cn=Manager,${SCHEMADN}
87 directory ${LDAPDIR}/db/schema
91 #syncprov is stable in OpenLDAP 2.3, and available in 2.2.
92 #We need this for the contextCSN attribute and mmr.
94 syncprov-sessionlog 100
95 syncprov-checkpoint 100 10
99 ### Multimaster-Replication of cn=schema Subcontext ###
100 ${MMR_SYNCREPL_SCHEMA_CONFIG}
103 #########################################
107 rootdn cn=Manager,${CONFIGDN}
108 directory ${LDAPDIR}/db/config
112 #syncprov is stable in OpenLDAP 2.3, and available in 2.2.
113 #We need this for the contextCSN attribute and mmr.
115 syncprov-sessionlog 100
116 syncprov-checkpoint 100 10
120 ### Multimaster-Replication of cn=config Subcontext ###
121 ${MMR_SYNCREPL_CONFIG_CONFIG}
124 ########################################
125 ### cn=users /base-dn ###
128 rootdn cn=Manager,${DOMAINDN}
129 directory ${LDAPDIR}/db/user
133 #syncprov is stable in OpenLDAP 2.3, and available in 2.2.
134 #We need this for the contextCSN attribute and mmr.
136 syncprov-sessionlog 100
137 syncprov-checkpoint 100 10
141 ### Multimaster-Replication of cn=user/base-dn context ###
142 ${MMR_SYNCREPL_USER_CONFIG}