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

Putting ApacheGroups in AuthzSVNAccessFile

From: Torsten Erdmann <erdmannt_at_yahoo.de>
Date: 2007-05-10 13:10:17 CEST

Hi there, ih hope anyone can help me.

I have the following Apache Configuration.

<Location svn>
   DAV svn
   AuthTyoe Basic
   AuthBasicProvider file
   AuthUserFile /etc/passwd
   AuthGroupFile /etc/groups
   Authname "Subversion"
   SVNParentPath /srv/svn
   AuthzSVNAccessFile /etc/svnauth
   Require group myadmin
</Location>

My svnauth looks like this

[groups]
admin = <Problem, only Single Users works>

[/testpath]
@admin = rw

My Question is can I refer in the AuthzSVNAccessFile
to the Group i defined in the AuthGroupFile file.

Putting single users in the AuthzSVNAccessFile works
fine.

Thanks a lot for your help.

      __________________________________ Yahoo! Clever: Stellen Sie Fragen und finden Sie Antworten. Teilen Sie Ihr Wissen. www.yahoo.de/clever

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 10 13:10:46 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.