On 9/19/06, Schindler, Nathan <[EMAIL PROTECTED]> wrote:

#Begin Config
<Location /repos/repo1>
   DAV svn
   SVNPath /var/repos/repo1
   SVNIndexXSLT "/svnindex.xsl"
   SSLRequireSSL
   AuthType Basic
   AuthName "Authorization Realm"
   AuthPAM_Enabled on
        <LimitExcept GET PROPFIND OPTIONS REPORT>
                Require group group1
        </LimitExcept>
   Require group group2
</Location>

Put the Require group group2 inside a
<Limit GET PROPFIND OPTIONS REPORT> ... </Limit>

Joshua.

---------------------------------------------------------------------
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