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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest061-syncreplication-initiation626 CSN3=`$LDAPSEARCH -H $URI3 -b $BASEDN -s base contextCSN | grep contextCSN`
648 if test -z "$CSN3" -o "$CSN1" != "$CSN3" ; then
651 echo "contextCSN on forward1: $CSN3"
H A Dtest058-syncrepl-asymmetric1213 CSN3=`$LDAPSEARCH -H $URI3 -b $BASEDN -s base contextCSN | grep contextCSN | sort`
1240 if test -z "$CSN3" -o "$CSN1" != "$CSN3" ; then
1247 echo "$CSN3"
1270 if test -z "$CSN6" -o "$CSN3" != "$CSN6" ; then
1275 echo "$CSN3"
1512 CSN3=`$LDAPSEARCH -H $URI3 -b $BASEDN -s base contextCSN | grep contextCSN | sort`
1531 if test -z "$CSN3" -o "$CSN1" != "$CSN3" ; then
1538 echo "$CSN3"
[all...]

Completed in 63 milliseconds