On Mon, Mar 24, 2008 at 8:30 AM, Florian <[EMAIL PROTECTED]> wrote:
>  .htaccess
>  ---------
>  AuthType Basic
>  AuthName "Interner Bereich"
>  AuthUserFile /etc/htpasswd
>  AuthGroupFile /etc/htgroup
>  Require user user1
>  Require group group1 group2 group3
>  # user1 is not a member of any group
>
>  Problem
>  -------
>  In apache 2.0.59 this config worked.
>  User1 AND all mebers of all three groups were allowed to access the
>  directory.
>
>  After updating to apache 2.2.8 this config doesn't work any more.
>  The combination of the "require user" and "require group" statements
>  allows only group-members to access the directory. User user1 is no more
>  allowed to access.


Perhaps: 
http://httpd.apache.org/docs/2.2/mod/mod_authz_groupfile.html#authzgroupfileauthoritative

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to