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

/netbsd-current/external/bsd/openldap/dist/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"

Completed in 114 milliseconds