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

Re: "tunnel-user" on apache2 dav vvn

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 7 Feb 2014 09:33:23 -0500

On Fri, Feb 7, 2014 at 6:17 AM, Axel Kittenberger <axkibe_at_gmail.com> wrote:

> Hello,
>
> do you know of a way to set a "tunnel user" using apache2 dav svn similar
> to --tunnel-user when accessing via ssh?
>
> That is using one common user to write on the file system but having
> another username appear in the svn logs?
>
> I want the username authenticated via apache2 using pwauth to appear in
> svn logs, but I cannot reasonly change the physical userid of apache2 on
> the fly.
>
>

Apache already works the way you describe. You do not need a tunnel user,
and one is not supported anyway.

httpd runs as a user, and all OS level read/write is by that user. It
needs to have permissions to the repository files on disks. Apache
authenticates users however you have configured it, and the svn:author is
set based on the authenticated user.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2014-02-07 15:33:59 CET

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.