[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

AuthzSVN behavior different between browser and svn client

From: Martin J. Stumpf <mjs_at_jhu.edu>
Date: 2005-01-07 22:43:13 CET

(Sorry for the repost, I replied and changed the subject in the first
one. Lesson learned)

Hi,
I am trying to get the AuthzSVN working and am having trouble. Given the
directives below, I should not be prompted for a password according to
the RedBook because my authorizations file has the anonymous entry in
it. Using the svn client I am asked to accept the ssl certificate and
then correctly granted entry. Using a browser howerver and going to
location /svn I am prompted for a password. Is this a problem with the
DAVsvn?

I want to implement mixed repo access and this is just stage 1.

Also, the SSLRequireSSL does not seem to work here. I can use standard
http with no problems for both the svn client and browser based access.
I don't want plain text passwords and digest is still experimental so I
was hoping that SSL would work. Has anyone got a similar setup to work?

(FC2 and subversion 1.1.1)

Thanks
-Martin

<Location /svn>
   DAV svn
   SVNParentPath /mip/svn
   SVNIndexXSLT /svnindex.xsl
# Authentication
   SSLRequireSSL
   Require valid-user
   Satisfy Any
   AuthType Basic
   AuthName "MIP SVN Repositories"
   AuthUserFile /mip/svn/users
# Authorization
   AuthzSVNAccessFile /mip/svn/authorizations
</Location>

Here is the authorizations file
#
# This file contains the authorizations for the repositories
#

[/]
* = r

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 7 22:44:54 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.