You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Steve Prior <sp...@geekster.com> on 1998/10/30 04:07:09 UTC

os-windows/3313: require does not allow multiple groups

>Number:         3313
>Category:       os-windows
>Synopsis:       require does not allow multiple groups
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Oct 29 19:10:00 PST 1998
>Last-Modified:
>Originator:     sprior@geekster.com
>Organization:
apache
>Release:        1.3
>Environment:
Win 98, currently using Apache 1.3.3
>Description:
<Directory "d:/htdocs/hidden">
Options Indexes FollowSymLinks
AllowOverride All
order allow,deny
allow from all
AuthUserFile "d:/htpasswd"
AuthGroupFile "d:/htgroup"
AuthName "sysadmin"
AuthType Basic
</Directory>

htaccess of:
<Limit GET POST>
require group priviledge sysadmin
</Limit>

htgroup of:
priviledge: demo

sysadmin: root

The directory will allow access by userid demo, but not root
>How-To-Repeat:
Set up the above under Windows
>Fix:
no
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]