summaryrefslogtreecommitdiff
path: root/source4/selftest/test_ldap.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-01 19:16:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:22 -0500
commit26ed05364d3172f17a0d4e1159e39a830f8a7217 (patch)
tree7b68da0f76bea0f09ba1b6618d9595d1817832ca /source4/selftest/test_ldap.sh
parent477ecbd4987663b0c121d77fb72bce4f318ee7bb (diff)
downloadsamba-26ed05364d3172f17a0d4e1159e39a830f8a7217.tar.gz
samba-26ed05364d3172f17a0d4e1159e39a830f8a7217.tar.bz2
samba-26ed05364d3172f17a0d4e1159e39a830f8a7217.zip
r24866: Put remainder of binding string tests in librpc/ directory.
(This used to be commit 5b78d845a4d107e6a0e77a6e57e2b0e22fc0db95)
Diffstat (limited to 'source4/selftest/test_ldap.sh')
-rwxr-xr-xsource4/selftest/test_ldap.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/selftest/test_ldap.sh b/source4/selftest/test_ldap.sh
index 3eba604358..85c3f95915 100755
--- a/source4/selftest/test_ldap.sh
+++ b/source4/selftest/test_ldap.sh
@@ -4,15 +4,13 @@
incdir=`dirname $0`
. $incdir/test_functions.sh
-p=ldap
for options in "" "--option=socket:testnonblock=true" "-U\$USERNAME%\$PASSWORD --option=socket:testnonblock=true" "-U\$USERNAME%\$PASSWORD"; do
- plantest "TESTING PROTOCOL $p with options $options" dc $samba4srcdir/../testprogs/blackbox/test_ldb.sh $p \$SERVER_IP $options
+ plantest "TESTING PROTOCOL ldap with options $options" dc $samba4srcdir/../testprogs/blackbox/test_ldb.sh ldap \$SERVER_IP $options
done
# see if we support ldaps
if grep ENABLE_GNUTLS.1 include/config.h > /dev/null; then
- p=ldaps
for options in "" "-U\$USERNAME%\$PASSWORD"; do
- plantest "TESTING PROTOCOL $p with options $options" dc $samba4srcdir/../testprogs/blackbox/test_ldb.sh $p \$SERVER_IP $options
+ plantest "TESTING PROTOCOL ldaps with options $options" dc $samba4srcdir/../testprogs/blackbox/test_ldb.sh ldaps \$SERVER_IP $options
done
fi
for t in LDAP-CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATEVECTOR