3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 ## Copyright 1998-2006 The OpenLDAP Foundation.
6 ## All rights reserved.
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
16 if test "$BACKEND" != "bdb" && test "$BACKEND" != "hdb" ; then
17 echo "Test does not support $BACKEND"
21 echo "running defines.sh"
22 . $SRCDIR/scripts/defines.sh
24 if test $SYNCPROV = syncprovno; then
25 echo "Syncrepl provider overlay not available, test skipped"
29 mkdir -p $TESTDIR $DBDIR1 $DBDIR4
35 # - populate over ldap
36 # - perform some modifies and deleted
37 # - attempt to modify the slave (referral or chain)
38 # - retrieve database over ldap and compare against expected results
41 echo "Starting master slapd on TCP/IP port $PORT1..."
42 . $CONFFILTER $BACKEND $MONITORDB < $SRMASTERCONF > $CONF1
43 $SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
45 if test $WAIT != 0 ; then
53 echo "Using ldapsearch to check that master slapd is running..."
54 for i in 0 1 2 3 4 5; do
55 $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT1 \
56 'objectclass=*' > /dev/null 2>&1
58 if test $RC = 0 ; then
61 echo "Waiting 5 seconds for slapd to start..."
65 if test $RC != 0 ; then
66 echo "ldapsearch failed ($RC)!"
67 test $KILLSERVERS != no && kill -HUP $KILLPIDS
71 echo "Using ldapadd to create the context prefix entry in the master..."
72 $LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD < \
73 $LDIFORDEREDCP > /dev/null 2>&1
75 if test $RC != 0 ; then
76 echo "ldapadd failed ($RC)!"
77 test $KILLSERVERS != no && kill -HUP $KILLPIDS
81 echo "Starting slave slapd on TCP/IP port $PORT4..."
82 . $CONFFILTER $BACKEND $MONITORDB < $P1SRSLAVECONF > $CONF4
83 $SLAPD -f $CONF4 -h $URI4 -d $LVL $TIMING > $LOG4 2>&1 &
85 if test $WAIT != 0 ; then
86 echo SLAVEPID $SLAVEPID
89 KILLPIDS="$KILLPIDS $SLAVEPID"
93 echo "Using ldapsearch to check that slave slapd is running..."
94 for i in 0 1 2 3 4 5; do
95 $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT4 \
96 'objectclass=*' > /dev/null 2>&1
98 if test $RC = 0 ; then
101 echo "Waiting 5 seconds for slapd to start..."
105 if test $RC != 0 ; then
106 echo "ldapsearch failed ($RC)!"
107 test $KILLSERVERS != no && kill -HUP $KILLPIDS
111 echo "Using ldapadd to populate the master directory..."
112 $LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD < \
113 $LDIFORDEREDNOCP > /dev/null 2>&1
115 if test $RC != 0 ; then
116 echo "ldapadd failed ($RC)!"
117 test $KILLSERVERS != no && kill -HUP $KILLPIDS
121 echo "Waiting 15 seconds for syncrepl to receive changes..."
124 echo "Stopping the provider, sleeping 10 seconds and restarting it..."
128 echo "RESTART" >> $LOG1
129 $SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING >> $LOG1 2>&1 &
131 if test $WAIT != 0 ; then
135 KILLPIDS="$PID $SLAVEPID"
139 echo "Using ldapsearch to check that master slapd is running..."
140 for i in 0 1 2 3 4 5; do
141 $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT1 \
142 'objectclass=*' > /dev/null 2>&1
144 if test $RC = 0 ; then
147 echo "Waiting 5 seconds for slapd to start..."
151 if test $RC != 0 ; then
152 echo "ldapsearch failed ($RC)!"
153 test $KILLSERVERS != no && kill -HUP $KILLPIDS
157 echo "Using ldapmodify to modify master directory..."
160 # Do some modifications
163 $LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD > \
164 $TESTOUT 2>&1 << EOMODS
165 dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example,dc=com
176 dn: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
181 dn: cn=ITD Staff,ou=Groups,dc=example,dc=com
184 uniquemember: cn=James A Jones 2, ou=Information Technology Division, ou=People, dc=example,dc=com
185 uniquemember: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
188 uniquemember: cn=Dorothy Stevens, ou=Alumni Association, ou=People, dc=example,dc=com
189 uniquemember: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example,dc=com
191 dn: cn=All Staff,ou=Groups,dc=example,dc=com
195 dn: cn=Gern Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
197 objectclass: OpenLDAPperson
201 title: Chief Investigator, ITD
202 postaladdress: ITD $ 535 W. William St $ Ann Arbor, MI 48103
203 seealso: cn=All Staff, ou=Groups, dc=example,dc=com
205 homepostaladdress: 844 Brown St. Apt. 4 $ Ann Arbor, MI 48104
206 description: Very odd
207 facsimiletelephonenumber: +1 313 555 7557
208 telephonenumber: +1 313 555 8343
209 mail: gjensen@mailgw.example.com
210 homephone: +1 313 555 8844
212 dn: ou=Retired, ou=People, dc=example,dc=com
214 objectclass: organizationalUnit
217 dn: cn=Rosco P. Coltrane, ou=Information Technology Division, ou=People, dc=example,dc=com
219 objectclass: OpenLDAPperson
220 cn: Rosco P. Coltrane
223 description: Fat tycoon
225 dn: cn=Rosco P. Coltrane, ou=Information Technology Division, ou=People, dc=example,dc=com
227 newrdn: cn=Rosco P. Coltrane
229 newsuperior: ou=Retired, ou=People, dc=example,dc=com
231 dn: cn=James A Jones 2, ou=Information Technology Division, ou=People, dc=example,dc=com
237 if test $RC != 0 ; then
238 echo "ldapmodify failed ($RC)!"
239 test $KILLSERVERS != no && kill -HUP $KILLPIDS
243 echo "Waiting 15 seconds for syncrepl to receive changes..."
246 echo "Stopping consumer to test recovery..."
250 echo "Modifying more entries on the master..."
251 $LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD >> \
252 $TESTOUT 2>&1 << EOMODS
253 dn: cn=Rosco P. Coltrane, ou=Retired, ou=People, dc=example,dc=com
256 dn: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
261 dn: cn=Rosco P. Coltrane, ou=Retired, ou=People, dc=example,dc=com
263 objectclass: OpenLDAPperson
266 cn: Rosco P. Coltrane
270 echo "Restarting consumer..."
271 echo "RESTART" >> $LOG4
272 $SLAPD -f $CONF4 -h $URI4 -d $LVL $TIMING >> $LOG4 2>&1 &
274 if test $WAIT != 0 ; then
275 echo SLAVEPID $SLAVEPID
278 KILLPIDS="$PID $SLAVEPID"
280 echo "Waiting 25 seconds for syncrepl to receive changes..."
283 if test ! $BACKLDAP = "ldapno" ; then
284 echo "Try updating the slave slapd..."
285 $LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT4 -w $PASSWD > \
286 $TESTOUT 2>&1 << EOMODS
287 dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com
290 description: This write must fail because directed to a shadow context,
291 description: unless the chain overlay is configured appropriately ;)
296 if test $RC != 0 ; then
297 echo "ldapmodify failed ($RC)!"
298 test $KILLSERVERS != no && kill -HUP $KILLPIDS
302 echo "Waiting 15 seconds for syncrepl to receive changes..."
306 echo "Using ldapsearch to read all the entries from the master..."
307 $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \
308 'objectclass=*' > $MASTEROUT 2>&1
311 if test $RC != 0 ; then
312 echo "ldapsearch failed at master ($RC)!"
313 test $KILLSERVERS != no && kill -HUP $KILLPIDS
317 echo "Using ldapsearch to read all the entries from the slave..."
318 $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT4 \
319 'objectclass=*' > $SLAVEOUT 2>&1
322 if test $RC != 0 ; then
323 echo "ldapsearch failed at slave ($RC)!"
324 test $KILLSERVERS != no && kill -HUP $KILLPIDS
328 test $KILLSERVERS != no && kill -HUP $KILLPIDS
330 echo "Filtering master results..."
331 . $LDIFFILTER < $MASTEROUT > $MASTERFLT
332 echo "Filtering slave results..."
333 . $LDIFFILTER < $SLAVEOUT > $SLAVEFLT
335 echo "Comparing retrieved entries from master and slave..."
336 $CMP $MASTERFLT $SLAVEFLT > $CMPOUT
338 if test $? != 0 ; then
339 echo "test failed - master and slave databases differ"
343 echo ">>>>> Test succeeded"
345 test $KILLSERVERS != no && wait