From: Stefan Metzmacher Date: Wed, 9 May 2018 11:33:05 +0000 (+0200) Subject: s4:selftest: run test_ldb_simple.sh with more auth options X-Git-Tag: ldb-1.4.0~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc1c5bd3be2c3f90eab2f31e43cf053f7ff13782;p=thirdparty%2Fsamba.git s4:selftest: run test_ldb_simple.sh with more auth options This demonstrates the broken GENSEC_FEATURE_LDAP_STYLE handling in our LDAP server. Bug: https://bugzilla.samba.org/show_bug.cgi?id=13427 Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/selftest/knownfail.d/ntlmssp_ldap_style_send_seal b/selftest/knownfail.d/ntlmssp_ldap_style_send_seal new file mode 100644 index 00000000000..0cd7cc2ea39 --- /dev/null +++ b/selftest/knownfail.d/ntlmssp_ldap_style_send_seal @@ -0,0 +1 @@ +^samba4.ldb.simple.ldap.*ldap_style_send_seal=no diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 88af6078894..97401180388 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -113,6 +113,13 @@ for env in ["ad_dc_ntvfs", "fl2008r2dc", "fl2003dc"]: '--option=clientldapsaslwrapping=plain', '--sign', '--encrypt', + '-k yes --option=clientldapsaslwrapping=plain', + '-k yes --sign', + '-k yes --encrypt', + '-k no --option=clientldapsaslwrapping=plain', + '-k no --sign --option=ntlmssp_client:ldap_style_send_seal=no', + '-k no --sign', + '-k no --encrypt', ] for auth_option in auth_options: