From 7faa201daf4a716caeb1c5753bd507589a4dd550 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 9 May 2018 13:33:05 +0200 Subject: 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 (cherry picked from commit fc1c5bd3be2c3f90eab2f31e43cf053f7ff13782) --- source4/selftest/tests.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/selftest') diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 621a61347bc..226617f3b6a 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -116,6 +116,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: -- cgit v1.2.1