You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ri...@mataru.com on 2006/03/15 16:22:09 UTC

use of AuthzSVNAuthoritative directive

Hello,

Did someone experienced the AuthzSVNAuthoritative 
directive in Apache?
When I set "AuthzSVNAuthoritative Off", the access check 
is not forwarded to a lower level but all authentified 
users are accepted. The file specified by the 
AuthzSVNAccessFile in the child path config is not even 
read.

Philippe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

SVN+Apache+WSAD Authorization failed

Posted by Hiroshi Tominaga <a1...@pucp.edu.pe>.

Hi guys,
Im using svn 1.3.0 + Apache 2.0.55 on a WindowsXP.
This is part of my httpd.conf file:
<Location /svn>
    DAV svn
    SVNListParentPath on
    SVNParentPath \"C:/Repo\"
    
    # authentication
    AuthName \"Subversion Authentication\"
    AuthType SSPI
    SSPIAuth On
    SSPIOmitDomain On
    SSPIAuthoritative On
    SSPIDomain <MyDomain>
    SSPIOfferBasic On
    Require valid-user
    
    # authorization
    AuthzSVNAccessFile \"C:/Repo/authorization.conf\"
</Location>

I have created some directories within the repository using tortoisesvn and i 
can navigate thru them by internet explorer. When i try to connect to my 
repository from a wsad 5.1 i get the following error in the wsad log:
list -r HEAD http://localhost:8080/svn/Repo/App/trunk/
  Authorization failed
svn: PROPFIND request failed on \'/svn/Repo/App/trunk\'
svn: PROPFIND of \'/svn/Repo/App/trunk\': authorization failed 
(http://localhost:8080)

and the following popup message:
Error validating location: \"org.tigris.subversion.javahl.ClientException: 
Authorization failed 
svn: PROPFIND request failed on \'/svn/Repo/App/trunk\'
svn: PROPFIND of \'/svn/Repo/App/trunk\': authorization failed 
(http://localhost:8080)

Anyone of you have experienced anything similar?
I dont know why can i connect usign a browser, but cant connect from wsad.
How do i have to configure the authorization file?, do i have to add the 
domain to the users? 

thanks,
best regards!


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org