1

We have a anomaly here, trying to set up SVN authentication. Here is apache configuration:

<Location /repo_main>
 DAV svn
 SVNPath /svn/repo_main
 AuthType Basic
 AuthName "svn"
 AuthzSVNAccessFile /svn/repo_main/conf/authz
 Require valid-user
 <Limit GET HEAD OPTIONS CONNECT POST PROPFIND PUT DELETE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
    Require group  svn
</Limit>

And here is authz file content:

[/]
* = 
[repo_main:/projects/sample_project]
user1 = rw

When we trying to access with user1 to specified directory - we have permission error. When setting access to everyone:

[/] * = rw

everything works fine. So, it looks like it doesn't recognize the user some how... And, the anomaly consist of following thing - there is one user exists that actually works as expected!!!! and nothing special in this user - he is not an admin. What is happening???

It looks like hard nut, but please post anything that may help (your ideas). Thank You all for help!!!!

Dmitry
  • 117
  • 7

0 Answers0