[Fedora-directory-devel] Please review: Bug 479313 - Server to Server SASL - DIGEST/MD5 - Can not Stop server

Rich Megginson rmeggins at redhat.com
Tue Jan 13 21:32:15 UTC 2009


https://bugzilla.redhat.com/show_bug.cgi?id=479313
Resolves: bug 479313
Bug Description: Server to Server SASL - DIGEST/MD5 - Can not Stop server
Reviewed by: ???
Files: see diff
Branch: HEAD
Fix Description: Using ldap_set_option with LDAP_OPT_X_SASL_SECPROPS is 
not thread safe.  ldap_set_option acquires the OPTION lock, but using 
LDAP_OPT_X_SASL_SECPROPS just calls return rather than calling break to 
exit the switch and unlock the lock.  A mozilla bug has been filed 
https://bugzilla.mozilla.org/show_bug.cgi?id=473438.  The fix is to use 
LDAP_OPT_X_SASL_SSF_MAX.
Platforms tested: RHEL5
Flag Day: no
Doc impact: no
https://bugzilla.redhat.com/attachment.cgi?id=328916&action=diff




More information about the Fedora-directory-devel mailing list