You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Matt Knox <ma...@gmail.com> on 2005/06/30 21:10:13 UTC

--tunnel-user fails to set username for commit

We have a single local user, subversion, with a number of different
users logging in with different keys over ssh.  All of the commits are
recorded as coming from author 'subversion', not 'matt' or whatever.

system user: subversion

in the authorized-users file:
command="/usr/local/bin/svnserve -t --tunnel-user=matt",no-port-forwarding,\
no-agent-forwarding,no-X11-forwarding,no-pty \
ssh-dss [KEY] matt@XXXX.com

but changes are committed as subversion, not matt
note: there is no system user matt nor is there any configured
subversion user matt
What is it that we are doing wrong?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: --tunnel-user fails to set username for commit

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jun 30, 2005, at 4:10 PM, Matt Knox wrote:

> We have a single local user, subversion, with a number of different
> users logging in with different keys over ssh.  All of the commits are
> recorded as coming from author 'subversion', not 'matt' or whatever.
>
> system user: subversion
>
> in the authorized-users file:
> command="/usr/local/bin/svnserve -t --tunnel-user=matt",no-port- 
> forwarding,\
> no-agent-forwarding,no-X11-forwarding,no-pty \
> ssh-dss [KEY] matt@XXXX.com
>
> but changes are committed as subversion, not matt
> note: there is no system user matt nor is there any configured
> subversion user matt
> What is it that we are doing wrong?


Perhaps you're using a 1.0 svnserve?  The --tunnel-user option didn't  
exist until 1.1 or later.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: --tunnel-user fails to set username for commit

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jun 30, 2005, at 4:10 PM, Matt Knox wrote:

> We have a single local user, subversion, with a number of different
> users logging in with different keys over ssh.  All of the commits are
> recorded as coming from author 'subversion', not 'matt' or whatever.
>
> system user: subversion
>
> in the authorized-users file:
> command="/usr/local/bin/svnserve -t --tunnel-user=matt",no-port- 
> forwarding,\
> no-agent-forwarding,no-X11-forwarding,no-pty \
> ssh-dss [KEY] matt@XXXX.com
>
> but changes are committed as subversion, not matt
> note: there is no system user matt nor is there any configured
> subversion user matt
> What is it that we are doing wrong?


Perhaps you're using a 1.0 svnserve?  The --tunnel-user option didn't  
exist until 1.1 or later.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org