]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10085 Disable the client SASL part of test029
authorOndřej Kuzník <ondra@mistotebe.net>
Fri, 18 Aug 2023 09:55:52 +0000 (10:55 +0100)
committerOndřej Kuzník <ondra@mistotebe.net>
Tue, 26 Sep 2023 16:15:55 +0000 (17:15 +0100)
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

index f0ad581a3300293b7aa8e00923b01623abd603cb..3cffc1120fd25513930387863e75c7b87023dfd8 100755 (executable)
@@ -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..."