diff options
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/script/tests/test_ldap.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/script/tests/test_ldap.sh b/source4/script/tests/test_ldap.sh index 3a781c1c61..a6df4362ad 100755 --- a/source4/script/tests/test_ldap.sh +++ b/source4/script/tests/test_ldap.sh @@ -30,9 +30,10 @@ for p in $PROTOCOLS; do done done -testit "CLDAP" bin/smbtorture $TORTURE_OPTIONS //$SERVER/_none_ LDAP-CLDAP - -testit "LDAP-UPTODATENESS" bin/smbtorture $TORTURE_OPTIONS "-U$USERNAME%$PASSWORD" //$SERVER/_none_ LDAP-UPTODATENESS +for t in CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATENESS +do + testit "$t" bin/smbtorture $TORTURE_OPTIONS "-U$USERNAME%$PASSWORD" //$SERVER/_none_ $t +done # only do the ldb tests when not in quick mode - they are quite slow, and ldb # is now pretty well tested by the rest of the quick tests anyway |