diff options
author | Stefan Metzmacher <metze@samba.org> | 2015-12-21 10:04:48 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2016-04-12 19:25:25 +0200 |
commit | 2b40fb850925477d82db39d188da84123b121bdf (patch) | |
tree | 24a04608f1ca37f296c9239b175339b91196399b /selftest | |
parent | e71be8099af8347a487e63b2044d41e9c5dabfc8 (diff) | |
download | samba-2b40fb850925477d82db39d188da84123b121bdf.tar.gz |
CVE-2016-2112: s4:selftest: run some ldap test against ad_dc_ntvfs, fl2008r2dc and fl2003dc
We want to test against all "ldap server require strong auth" combinations.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11644
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 7e533bf168b..84859490fd4 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -301,3 +301,9 @@ # match Windows 2012R2 behaviour. # ^samba4.ldap.sort.python.+UnicodeSortTests +# +## We assert all "ldap server require strong auth" combinations +# +^samba4.ldb.simple.ldap with SIMPLE-BIND.*ad_dc_ntvfs # ldap server require strong auth = allow_sasl_over_tls +^samba4.ldb.simple.ldap with SIMPLE-BIND.*fl2003dc # ldap server require strong auth = yes +^samba4.ldb.simple.ldaps with SASL-BIND.*fl2003dc # ldap server require strong auth = yes |