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

Re: Limiting access through Apache

From: Gaurav Kothiyal <kothiyal_at_gmail.com>
Date: 2007-08-09 19:00:23 CEST

I think your svn access file should look like this

groups = user1, BAUERCONTROLS\user1 , user2, BAUERCONTROLS\user2

What kind of error it is throwing

Gaurav

On 8/9/07, Brian Erickson <erickson@bauercontrols.com> wrote:
> Hi all,
>
> I'm got an authentication problem that I can't seem to solve...
>
> I'm using Apache on a Windows XP box.
>
> The location section in the httpd.conf file looks like:
>
> <Location /svn>
> DAV svn
> SVNListParentPath on
> SVNParentPath "D:\svn"
>
> AuthName "Subversion on Snidely"
>
> AuthName "Subversion Authentication"
> AuthType SSPI
> SSPIAuth On
> SSPIAuthoritative On
> SSPIDomain BAUERCONTROLS
> SSPIOfferBasic On
> Require valid-user
>
> AuthzSVNAccessFile "D:\SubVersion\svnaccess.conf"
> </Location>
>
> The svnaccess.conf file looks like:
> [groups]
> pcsdevelopers=garyc, kevin, robertson, kriesel, anderson, qi, gourlay,
> erickson
> admins=dusseau, librarian, administrator
>
> [/]
> *=rw
> @admins=rw
>
> [pcs:/]
> @pcsdevelopers=rw
>
> [test:/]
> @pcsdevelopers=rw
>
>
> I know that the '*=rw' line gives everyone read and write access to the
> repository. However, if I remove the 'w' then no one can commit
> anything. It's like the group stuff is being ignored. I've also tried
> not using groups and using specfic user names but that didn't help
> either.
>
> Any ideas?
>
> Thanks,
> Brian
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
Gaurav Kothiyal
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 9 18:58:43 2007

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.