diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-08-04 12:52:11 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-08-04 13:11:07 +1000 |
commit | 57d690b6f693d9a90eb77404bbffc05a1c245972 (patch) | |
tree | a0c6eaca83886f0e55ebb4224f1a093f81a964fd /source4/selftest | |
parent | 3eaef05506d5c17eea4105c4bf3138accd59df9f (diff) | |
download | samba-57d690b6f693d9a90eb77404bbffc05a1c245972.tar.gz samba-57d690b6f693d9a90eb77404bbffc05a1c245972.tar.bz2 samba-57d690b6f693d9a90eb77404bbffc05a1c245972.zip |
s4:torture rework LDAP sort test
This reworks the test to be part of the LDAP tests, to make better use
of the torture API and the ldb API (in particular around adding
controls), and a general cleanup.
This also adds the test to the 'make test' run.
Andrew Bartlett
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 1b575a978b..6c6a09fbbd 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -120,7 +120,7 @@ if grep ENABLE_GNUTLS.1 include/config.h > /dev/null; then done fi plantest "ldb.ldapi with options $options" dc $bbdir/test_ldb.sh ldapi \$PREFIX_ABS/dc/private/ldapi $options -for t in LDAP-CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATEVECTOR +for t in `$smb4torture --list | grep "^LDAP-"` do plansmbtorturetest "$t" dc "-U\$USERNAME%\$PASSWORD" //\$SERVER_IP/_none_ done |