https://bz.apache.org/bugzilla/show_bug.cgi?id=58246
--- Comment #2 from John Fawcett <[email protected]> --- This report can be marked as a duplicate of https://bz.apache.org/bugzilla/show_bug.cgi?id=46421. >From the description it looks exactly like the same issue. I am not able to easily try 2.4.16 to verify the fix, since I am using a distribution based install (Centos 7.1) where the latest version is 2.4.6. I am currently using a workaround (which I'll mention for the benefit of who cannot upgrade) of ensuring that the query returns no more than one row, by specifying the group name in the query. It will be a redundant configuration if using the fixed version, but works fine for now. Require dbd-group mygroup AuthzDBDQuery "SELECT groupname FROM user_group WHERE username = %s AND status='a' and groupname='mygroup'" -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
