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

Authenticated Access

From: Carter Thompson <cthompso_at_outerbay.com>
Date: 2005-01-21 02:03:11 CET

OK, this is frustrating. I own the subversion book and on page 126
(example 6-2) it
describes how to setup a configuration for authenticated access to the
repository.
I followed the example, created an htaccess password file for basic
authentication
which worked fine. Once I added the svn_authz file and
AuthzSVNAccessFile to the
httpd.conf file I could no longer log into the repository. I've
included both the
svn_authz file and httpd.conf configuration.

What am I doing wrong? I've read the book and the FAQ and Googled for
anything
that could point me in the right direction.

Carter.

=-=-=- svn_authz =-=-=-
[groups]
dev = cthompso

[/]
* = r
@dev = rw

=-=-=- httpd.conf =-=-=-
    <Location /svn>
        DAV svn
        SVNParentPath /export/svn/subversion.internal.outerbay.com/svn

        # Access control policy
        AuthzSVNAccessFile
/export/svn/subversion.internal.outerbay/svn/svn_authz

        # Only authenticated user may access the Subversion repository.
        Require valid-user

        # This is how we authenticate the users.
        AuthType Basic
        AuthName "Subversion Repository"
        AuthUserFile
/export/svn/subversion.internal.outerbay.com/svn/svn_htaccess
    </Location>

--
Carter A. Thompson
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 21 02:06:38 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.