1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r21680: Reenable CLDAP test

(This used to be commit c6dfc90daf)
This commit is contained in:
Jelmer Vernooij 2007-03-03 18:42:11 +00:00 committed by Gerald (Jerry) Carter
parent e8fe61e7ae
commit 1ec8f79bae

View File

@ -30,7 +30,7 @@ for p in $PROTOCOLS; do
done
done
for t in CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATENESS
for t in LDAP-CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATENESS
do
testit "$t" bin/smbtorture $TORTURE_OPTIONS "-U$USERNAME%$PASSWORD" //$SERVER/_none_ $t
done