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

Re: Authentication issues

From: Aaron Wood <woody77_at_gmail.com>
Date: 2005-09-27 01:55:31 CEST

On 9/26/05, Aaron Wood <woody77@gmail.com> wrote:
And if i change my httpd.conf to:

<Location /svn>
  DAV svn
  SVNParentPath /svn

  AuthName "SVN Server"
  AuthType SSPI
  SSPIAuth On
  SSPIAuhoritative On
  SSPIDomain MACHINENAME
  SSPIOfferBasic On

  Require valid-user

 AuthzSVNAccessFile "/svn/svnaccess.conf"

</Location>

coupled with /svn/svnaccess.conf:

[/]
MACHINENAME\User=rw

and it all works the way I expect, with the correct rejection of invalid names.

However, it appears for this to work, I need to add each user to the
svnaccess file. If I run without mod_authz_svn, then anyone can still
connect to the repository, which is probably just an Apache conf bug
on my end...

This is still confusing to setup... But I'm making progress now.

Again, any help appreciated.

-Aaron

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 27 01:59:34 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.