You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ray Johnson <Ra...@ingenio.com> on 2004/05/04 18:47:46 UTC

Default login name incorrect

 
We have Apache/Subversion configured to use Windows domain
authentication.  This requires the user to supply the domain name with
the login.  However, when a user attempts to do a svn command (and
credentials are not cached) svn assumes the username - which is then
incorrect.
 
The typical interaction goes like this:
C:\subversion\KeenDev\SRC\sbin>svn update
Authentication realm: <http://svn:80> Subversion repositories
Password for 'RayJ': *********
Authentication realm: <http://svn:80> Subversion repositories
Username: keencorp\rayj
Password for 'keencorp\rayj': ********
At revision 46.
 
Basically folks end up always being asked for thier password twice.
 
Is there anyway to work around this?  Simply turning off the feature of
assuming the Username would do the trick for this.  Is there a way to do
that?
 
Ray

Re: Default login name incorrect

Posted by Ben Collins-Sussman <su...@collab.net>.
On Tue, 2004-05-04 at 13:47, Ray Johnson wrote:

> Is there anyway to work around this?  Simply turning off the feature
> of assuming the Username would do the trick for this.  Is there a way
> to do that?

svn checkout URL --username keencorp\rayj



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