mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 04:21:10 -05:00
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.
This commit is contained in:
parent
b7a22d380e
commit
9691d02268
1 changed files with 2 additions and 2 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue