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

Path-based auth with svn+ssh

From: Martin Eisenhardt <martin.eisenhardt_at_wiai.uni-bamberg.de>
Date: 2006-03-20 13:53:41 CET

Hello list,

I would like to setup a repository that is *only* accessible over svn+ssh. I
follow
        
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.sshtricks

to setup public-key-based authentication and let all users share the same
account (using 'command="svnserver -t --tunnel-user=joe" JOES-KEY
joe@example.com' in .ssh/authorized_keys).

Everything works all right so far.

Now, and additionally, I would like to setup path-based authorization. I
uncomment the lines "[general]" and "authz-db = authz" in svnserve.conf, and
the file authz contains the following lines:

[repository:/trunk]
joe = rw

Trying to commit something to that repository yields:

svn: Commit failed (details follow):
svn: Authorization failed

Where is the problem? Have I exposed myself as noob? :-D

Thanks for your help!

Kind regards
Martin

-- 
Dipl. Wirtsch.Inf.(Univ.) Martin Eisenhardt
Otto-Friedrich-Universität Bamberg
Fakultät Wirtschaftinformatik und Angewandte Informatik
Lehrstuhl für Medieninformatik
D-96045 Bamberg
fon: +49 (951) 863-2856
fax: +49 (951) 863-2852
www: http://www.mneisen.org

  • application/pgp-signature attachment: stored
Received on Mon Mar 20 13:55:03 2006

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.