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=40075>. 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=40075 ------- Additional Comments From [EMAIL PROTECTED] 2006-07-24 21:00 ------- I haven't actually applied the patch and tried it yet, but just from a visual review of the code the main problem that I see is switching the AuthLDAPGroupAttribute directive from AP_INIT_ITERATE to AP_INIT_TAKE12. This change would break backward compatibility. As AP_INIT_ITERATE the directive allows for a list of attributes which during configuration, iterates through each attribute and adds it to the group attribute list. Changing this directive to AP_INIT_TAKE12 would not allow for an attribute list but rather only a single attribute with an optional second parameter. This would break any configuration that currently specifies this directive with an attribute list. You may need to define a different way to qualify whether the attribute is a DN or username. -- 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]
