Searched refs:CSN2 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest061-syncreplication-initiation625 CSN2=`$LDAPSEARCH -H $URI2 -b $BASEDN -s base contextCSN | grep contextCSN`
641 if test -z "$CSN2" -o "$CSN1" != "$CSN2" ; then
644 echo "contextCSN on consumer: $CSN2"
H A Dtest058-syncrepl-asymmetric1212 CSN2=`$LDAPSEARCH -H $URI2 -b $BASEDN -s base contextCSN | grep contextCSN | sort`
1230 if test -z "$CSN2" -o "$CSN1" != "$CSN2" ; then
1237 echo "$CSN2"
1260 if test -z "$CSN5" -o "$CSN2" != "$CSN5" ; then
1265 echo "$CSN2"
1511 CSN2=`$LDAPSEARCH -H $URI2 -b $BASEDN -s base contextCSN | grep contextCSN | sort`
1521 if test -z "$CSN2" -o "$CSN1" != "$CSN2" ; then
1528 echo "$CSN2"
[all...]

Completed in 130 milliseconds