Lines Matching refs:cn

90 	$LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
91 dn: cn=module,cn=config
93 cn: module
105 $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
106 dn: olcOverlay=syncprov,olcDatabase={0}config,cn=config
119 # Consumers will not replicate the provider's actual cn=config.
122 # will also be a consumer for the real cn=schema,cn=config tree.
126 $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
127 dn: cn=config
132 dn: olcDatabase={1}ldif,cn=config
138 olcSuffix: cn=config,cn=consumer
139 olcRootDN: cn=config,cn=consumer
141 olcAccess: to * by dn.base="cn=config" write
143 dn: olcOverlay=syncprov,olcDatabase={1}ldif,cn=config
149 dn: cn=config,cn=consumer
152 cn: consumerconfig
154 dn: olcDatabase={0}config,cn=config,cn=consumer
159 olcSyncrepl: {0}rid=001 provider=$URI1 binddn="cn=config,cn=consumer"
160 bindmethod=simple credentials=repsecret searchbase="cn=config,cn=consumer"
161 $SYNCTYPE retry="3 5 300 5" timeout=3 suffixmassage="cn=config"
164 dn: olcDatabase={1}ldif,cn=config
167 olcSyncrepl: {0}rid=001 provider=$URI1 binddn="cn=config"
168 bindmethod=simple credentials=$CONFIGPW searchbase="cn=schema,cn=config"
170 suffixmassage="cn=schema,cn=config,cn=consumer"
214 $LDAPMODIFY -D cn=config -H $URI2 -y $CONFIGPWF <<EOF >>$TESTOUT 2>&1
215 dn: olcDatabase={0}config,cn=config
218 olcSyncRepl: rid=001 provider=$URI1 binddn="cn=config,cn=consumer"
219 bindmethod=simple credentials=repsecret searchbase="cn=config,cn=consumer"
221 suffixmassage="cn=config"
232 RESULT=`$LDAPSEARCH -H $URI2 -D cn=config -y $CONFIGPWF \
233 -s base -b "olcDatabase={0}config,cn=config" \
250 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >>$TESTOUT 2>&1
271 RESULT=`$LDAPSEARCH -H $URI2 -D cn=config -y $CONFIGPWF \
272 -s sub -b "cn=schema,cn=config" \
273 '(cn=*openldap)' 2>&1 | awk '/^dn:/ {print "OK"}'`
286 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >>$TESTOUT 2>&1
287 dn: cn=module,cn=config
289 cn: module
293 dn: cn=module,cn=config,cn=consumer
295 cn: module
307 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >>$TESTOUT 2>&1
308 dn: olcDatabase={2}$BACKEND,cn=config
321 dn: olcOverlay=syncprov,olcDatabase={2}${BACKEND},cn=config
327 dn: olcDatabase={1}$BACKEND,cn=config,cn=consumer
349 $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >>$TESTOUT 2>&1
350 dn: olcDatabase={2}$BACKEND,cn=config
354 olcDbIndex: cn,uid pres,eq,sub
381 -s base -b "cn=Ursula Hampster,ou=Alumni Association,ou=People,dc=example,dc=com" \