-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi there,
Can you confirm that the RHEL8 packages have the SASL integration enabled? I have tried everything to get passthrough authentication working. I have confirmed my SASL configuration is working with testsaslauthd and my credentials are correct and working but the connection between OpenLDAP and SASL refuses to work. Running the ldapsearch -H "ldapi://%2fvar%2frun%2fslapd%2fldapi" -x -s base -b "" supportedSASLMechanisms command doesn't list any options.
extended LDIF
LDAPv3
base <> with scope baseObject
filter: (objectclass=*)
requesting: supportedSASLMechanisms
search result
search: 2
result: 0 Success
numResponses: 1
My slapd.conf is setup with the mechanisms listed but it doesn't seem to want to pick it up.
Any advice would be greatly appreciated