[Fedora-directory-devel] Please review: Bug 480642 - HPUX: Server to Server SASL - Unknown Authentication Method

Rich Megginson rmeggins at redhat.com
Wed Feb 4 16:03:12 UTC 2009


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




More information about the Fedora-directory-devel mailing list