Re: [users@httpd] 2.4 mod_ldap subgroup filter

2013-10-01 Thread Eric Covener
thanks, committed to trunk and proposed for 2.4.x On Tue, Oct 1, 2013 at 11:03 AM, David Hawes wrote: > When performing subgroup searches, an LDAP search with scope base is > issued on the DN of a group with a hard-coded filter of "cn=*". If the > group does not have a cn, the search will fail. >

[users@httpd] 2.4 mod_ldap subgroup filter

2013-10-01 Thread David Hawes
When performing subgroup searches, an LDAP search with scope base is issued on the DN of a group with a hard-coded filter of "cn=*". If the group does not have a cn, the search will fail. Since we simply want to get the group members, the default filter of "objectClass=*" should be used. A patch