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

svn+ssh, authz, insanity.

From: Omri Schwarz <ocschwar_at_MIT.EDU>
Date: 2006-12-14 19:19:11 CET

Hi, all.

I've a repository set served out of Apache without a problem.

I would also like it to work out of svn+ssh. To that end I
made the svnserve binary on that server setuid to the Apache
account (which is sufficiently under-privileged for this to be
acceptable.)

At first I tried to edit svnserve.conf on each repository to
point to the Apache authorization file, but that failed.
All write access attempts get "authorization failed."

I've verified that svnserve runs as apache, but
uses 'omri' for the user account. So I edited svnserve.conf
to point to authz, and then used strace to verify that authz
does in fact get opened and read.

But now, nothing I put in the small authz file seems
to work, even though I am not trying any subdirectory
fiddling, just access to the entire repository.

[/]
omri = rw

Fails.

[:/]
also fails.

[test:/]
fails.

What am I supposed to do here?
Thanks for any and all help.

Omri Schwarz --- ocscwar@mit.edu ('h' before war)
Timeless wisdom of biomedical engineering: "Noise is principally
due to the presence of the patient." -- R.F. Farr

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 15 15:47:19 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.