From 9691d02268df1afb97d6c8e1993c41c3263a45b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Fri, 18 Aug 2023 10:55:52 +0100 Subject: [PATCH] ITS#10085 Disable the client SASL part of test029 When identity assertion is not done (e.g. cn=People which is Bjorn's direct backend) we need to store the client's password to bind as them but that only works if they did a simple bind. Might be enabled again if identity assertion rules change in the future. --- tests/scripts/test029-ldapglue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/test029-ldapglue b/tests/scripts/test029-ldapglue index f0ad581a33..3cffc1120f 100755 --- a/tests/scripts/test029-ldapglue +++ b/tests/scripts/test029-ldapglue @@ -186,8 +186,8 @@ if test $? != 0 ; then exit 1 fi -# FIXME: this cannot work as is, because SASL bind cannot be proxied! -if test $USE_SASL != "no" ; then +# FIXME: disabled as this cannot work as is, because SASL bind cannot be proxied! +if false && test $USE_SASL != "no" ; then ID="bjorn" BASE="dc=example,dc=com" echo "Testing ldapsearch as $ID for \"$BASE\" with SASL bind and identity assertion..." -- 2.47.3