1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r17169: Test LDAP with testnonblock.

Andrew Bartlett
(This used to be commit 9d866a030e)
This commit is contained in:
Andrew Bartlett 2006-07-21 01:35:26 +00:00 committed by Gerald (Jerry) Carter
parent a1a842eb44
commit 9e854f2f86

View File

@ -24,7 +24,7 @@ incdir=`dirname $0`
. $incdir/test_functions.sh . $incdir/test_functions.sh
for p in $PROTOCOLS; do for p in $PROTOCOLS; do
for options in "" "-U$USERNAME%$PASSWORD"; do for options in "" "--option=socket:testnonblock=true" "-U$USERNAME%$PASSWORD --option=socket:testnonblock=true" "-U$USERNAME%$PASSWORD"; do
echo "TESTING PROTOCOL $p with options $options" echo "TESTING PROTOCOL $p with options $options"
testit "RootDSE" bin/ldbsearch $CONFIGURATION $options --basedn='' -H $p://$SERVER -s base DUMMY=x dnsHostName highestCommittedUSN || failed=`expr $failed + 1` testit "RootDSE" bin/ldbsearch $CONFIGURATION $options --basedn='' -H $p://$SERVER -s base DUMMY=x dnsHostName highestCommittedUSN || failed=`expr $failed + 1`