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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest061-syncreplication-initiation624 CSN1=`$LDAPSEARCH -H $URI1 -b $BASEDN -s base contextCSN | grep contextCSN`
628 if test -z "$CSN1" ; then
634 nCSN=`echo "$CSN1" | wc -l`
637 echo "$CSN1"
641 if test -z "$CSN2" -o "$CSN1" != "$CSN2" ; then
643 echo "contextCSN on provider: $CSN1"
648 if test -z "$CSN3" -o "$CSN1" != "$CSN3" ; then
650 echo "contextCSN on provider: $CSN1"
H A Dtest058-syncrepl-asymmetric1211 CSN1=`$LDAPSEARCH -H $URI1 -b $BASEDN -s base contextCSN | grep contextCSN | sort`
1218 if test -z "$CSN1" ; then
1222 nCSN=`echo "$CSN1" | wc -l`
1227 echo "$CSN1"
1230 if test -z "$CSN2" -o "$CSN1" != "$CSN2" ; then
1235 echo "$CSN1"
1240 if test -z "$CSN3" -o "$CSN1" != "$CSN3" ; then
1245 echo "$CSN1"
1250 if test -z "$CSN4" -o "$CSN1" != "$CSN4" ; then
1255 echo "$CSN1"
[all...]

Completed in 130 milliseconds