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:19 ------- According to the documentation here http://httpd.apache.org/docs/2.2/mod/ mod_authnz_ldap.html#authldapgroupattribute it looked like the way to use the AuthLDAPGroupAttribute was multiple instances of the directive, not a single list of attributes, though I noticed the code supported that. So I wasn't sure if I should obey the documentation or the code for backward compatibility purposes. The other way I could implement this is to make a new directive, "AuthLDAPGroupAttributeDN" or possibly the reverse, "AuthLDAPGroupAttributeUid". This would be an iterate, and any attribute listed would be a DN or uid, depending on how you implement it. Or I could add both, and the admin would list which attributes were dns and which attributes were uids. And then backwards compatibility of the iterate of AuthLDAPGroupAttribute would be preserved. Shall I cut this patch instead? -- 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]
