Re: [us...@httpd] Require dbd-group not accepting users belonging to multiple groups

2009-02-23 Thread paredes
Sorry about that. I just noticed that this has already been posted as bug# 46421. The posted fix solves the issue. Regards, -bill paredes wrote: Greetings! In testing mod_authz_dbd it seems that the if a user is a member of a *single* group the following Authz directives work properly: Req

[us...@httpd] Require dbd-group not accepting users belonging to multiple groups

2009-02-22 Thread paredes
Greetings! In testing mod_authz_dbd it seems that the if a user is a member of a *single* group the following Authz directives work properly: Require dbd-group faculty AuthDBDUserPWQuery "SELECT pw FROM auth where user =%" AuthzDBDQuery "SELECT grp FROM groups WHERE user = % However, when the