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

authentication dialog

From: rick bolkey <tigris_at_bolkey.org>
Date: 2003-10-31 16:06:00 CET

Hi,

I'm trying to figure out an authentication issue with subversion. I'm
working in a windows environment, so I'm trying to use the mod_auth_sspi
module. The authentication is working when I'm using a browser (IE
self-authenticates I guess, and Mozilla opens a user/pass dialog). But
neither the command line client nor TortoiseSVN prompt me for credentials,
and as a result fails to access the repository. Apache's access log shows
this:

127.0.0.1 - - [31/Oct/2003:09:36:58 -0500] "PROPFIND /svn/repository
HTTP/1.1" 401 516

when trying to use the command line client. There's no user specified,
and therefore not authorization. The access log response doesn't even
change if I specify the username in the command line.

Apache's basic authentication worked fine, and I'm using the
mod_auth_sspi.so module linked from the TortoiseSVN documentation (don't
know if it would have been better to ask there, but since the command line
wasn't working and the browser was, thought it may be an issue more
closely related to svn).

Many thanks for any insights,
rick

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 31 16:11:52 2003

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.