https://bugzilla.redhat.com/show_bug.cgi?id=480642
Resolves: bug 480642
Bug Description: HPUX: Server to Server SASL - Unknown Authentication Method
Reviewed by: ???
Files: see diff
Branch: HEAD
Fix Description: On some platforms, we do not install the sasl auth
method plugins in a standard location, so we have the nsslapd-saslpath
config setting to provide that location in a CB_GETPATH callback
provided to sasl_server_init. This works fine for being a SASL server.
However, to be an LDAP SASL client, we have to provide that callback to
sasl_client_init too. This call happens the first time the mozldap
client library is initialized. mozldap has a hardcoded list of sasl
callbacks it provides, and does not allow callers to augment that list.
So, we simply replace the list with one that contains the CB_GETPATH
callback.
Platforms tested: HP-UX 11.23 64-bit
Flag Day: no
Doc impact: no
https://bugzilla.redhat.com/attachment.cgi?id=330875&action=diff
--
Fedora-directory-devel mailing list
Fedora-directory-devel@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-directory-devel