diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-07-21 01:35:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:15 -0500 |
commit | 9e854f2f86d0d9318b29038f711feed01ee5f865 (patch) | |
tree | 7bfe6d15a99488b21e3717ad69374e2304b5f6f9 | |
parent | a1a842eb44b5bbb59af445af7a2c4a00e8c0188a (diff) | |
download | samba-9e854f2f86d0d9318b29038f711feed01ee5f865.tar.gz samba-9e854f2f86d0d9318b29038f711feed01ee5f865.tar.bz2 samba-9e854f2f86d0d9318b29038f711feed01ee5f865.zip |
r17169: Test LDAP with testnonblock.
Andrew Bartlett
(This used to be commit 9d866a030ea75b9589c3332725d23ba5f0e9669d)
-rwxr-xr-x | source4/script/tests/test_ldap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_ldap.sh b/source4/script/tests/test_ldap.sh index ee97ea306f..3c7fa3eb3d 100755 --- a/source4/script/tests/test_ldap.sh +++ b/source4/script/tests/test_ldap.sh @@ -24,7 +24,7 @@ incdir=`dirname $0` . $incdir/test_functions.sh 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" testit "RootDSE" bin/ldbsearch $CONFIGURATION $options --basedn='' -H $p://$SERVER -s base DUMMY=x dnsHostName highestCommittedUSN || failed=`expr $failed + 1` |