DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41435>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41435 ------- Additional Comments From [EMAIL PROTECTED] 2007-01-22 11:56 ------- Unfortunately a platform specific #ifdef in util_ldap.c wouldn't be appropriate. The easiest fix would be to add another result check at the end of authn_ldap_check_password() in mod_authnz_ldap.c. However, the purpose of the #ifdef's there was to handle the fact that not all platforms supported the macro LDAP_SECURITY_ERROR() that checked a specific set of security related result codes. Adding a check for LDAP_FILTER_ERROR doesn't seem quite right since that result code isn't really a security code even though it would solve the problem for Win32. The other solution would be to abstract all of the LDAP result codes into a set of APR_LDAP_xxx codes which is probably too big of a changed for 2.2.x. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
