mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4-selftest: Fix prefixes for ldb tests - they're samba4 specific.
This commit is contained in:
@ -147,7 +147,7 @@ echo "OPTIONS $TORTURE_OPTIONS"
|
||||
# Simple tests for LDAP and CLDAP
|
||||
|
||||
for options in "" "--option=socket:testnonblock=true" "-U\$USERNAME%\$PASSWORD --option=socket:testnonblock=true" "-U\$USERNAME%\$PASSWORD" "-U\$USERNAME%\$PASSWORD -k yes" "-U\$USERNAME%\$PASSWORD -k no" "-U\$USERNAME%\$PASSWORD -k no --sign" "-U\$USERNAME%\$PASSWORD -k no --encrypt" "-U\$USERNAME%\$PASSWORD -k yes --encrypt" "-U\$USERNAME%\$PASSWORD -k yes --sign"; do
|
||||
plantestsuite "ldb.ldap with options $options (dc)" dc $bbdir/test_ldb.sh ldap \$SERVER $options
|
||||
plantestsuite "samba4.ldb.ldap with options $options (dc)" dc $bbdir/test_ldb.sh ldap \$SERVER $options
|
||||
done
|
||||
# see if we support ldaps
|
||||
[ -n "$CONFIG_H" ] || {
|
||||
@ -155,11 +155,11 @@ done
|
||||
}
|
||||
if grep ENABLE_GNUTLS.1 $CONFIG_H > /dev/null; then
|
||||
for options in "" "-U\$USERNAME%\$PASSWORD"; do
|
||||
plantestsuite "ldb.ldaps with options $options (dc)" dc $bbdir/test_ldb.sh ldaps \$SERVER_IP $options
|
||||
plantestsuite "samba4.ldb.ldaps with options $options (dc)" dc $bbdir/test_ldb.sh ldaps \$SERVER_IP $options
|
||||
done
|
||||
fi
|
||||
for options in "" "-U\$USERNAME%\$PASSWORD"; do
|
||||
plantestsuite "ldb.ldapi with options $options (dc:local)" dc:local $bbdir/test_ldb.sh ldapi \$PREFIX_ABS/dc/private/ldapi $options
|
||||
plantestsuite "samba4.ldb.ldapi with options $options (dc:local)" dc:local $bbdir/test_ldb.sh ldapi \$PREFIX_ABS/dc/private/ldapi $options
|
||||
done
|
||||
for t in `$smb4torture --list | grep "^LDAP-"`
|
||||
do
|
||||
|
Reference in New Issue
Block a user