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

Limiting access through Apache

From: Brian Erickson <erickson_at_BAUERCONTROLS.com>
Date: 2007-08-09 17:34:34 CEST

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
Received on Thu Aug 9 17:35:39 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.