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:
parent
a1a842eb44
commit
9e854f2f86
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user