From: Webb, J. <jas...@lm...> - 2004-12-22 21:52:24
|
I am using pserver. The cvs username for this user to access the cvs repository has to be passed as a domain followed by a "\" followed by his username. We have to do it this way because of the way his user account is set up. Any suggestions? -----Original Message----- From: Robert Helmer [mailto:ro...@ro...] Sent: Wednesday, December 22, 2004 1:48 PM To: Webb, Jason Subject: Re: [Sandweb-users] cvs repository username problem This needs to be done within SandWeb (workaround would be for the user to change their name :) ). I just confirmed that backslashes in usernames work for SandWeb users but not for CVS over SSH users.. this is what you are seeing right? I'll see if I can put out a patch for the 1.0 branch that addresses this.. however we need to be very careful with funny characters since this is part of a call to the shell. Thanks, Rob On Wed, Dec 22, 2004 at 12:00:01PM -0700, Webb, Jason wrote: > I am having another problem. I have Sandweb up and working now, however > there is one user that needs to access our CVS repository and can't, > while everybody else can. The problem seems to be that the username that > he needs to access the repository with, contains a backslash(\). From > the debugging info it seems that the "\" is being stripped out of the > username before it is ever passed to the repository for authentication. > Is there a way to get around this problem? > > > > Thanks > > -Jason > > > |