Hello, I have SVN + Apache + SSPI working great... With IE the
authentication is automagic and with Firefox it prompts first, and then
works as expected. However, when trying to use the Subclipse plugin for
Eclipse it just fails and does not prompt for authentication. Happens if I
use the JavaHL (JNI) or JavaSVN (Pure Java) interface... Seems like it
doesn't honor the request to display authentication prompting over HTTP. Is
this a bug, or is there a way to work around this? Thanks for any info.
SVN doesn't appear to have any problems with this... Just the subclipse
plugin.
Apache config (read the #### as obfuscated text... I have a valid name in
there):
<Location /subversion/####>
DAV svn
SVNPath d:\userdata\projectserver\svn\####
AuthzSVNAccessFile d:\userdata\projectserver\svn\####\conf\access.conf
AuthName "Domain Authentication [DOMAIN\user]"
AuthType SSPI
SSPIAuth On
SSPIDomain ####
SSPIAuthoritative On
SSPIOfferBasic On
SSPIUsernameCase Lower
SSPIOmitDomain Off
Require group "DOMAIN\####"
</Location>
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Ray Cardillo
Associate Computer Scientist
Air Force Research Laboratory / AFRL
Information Directorate / IFEA
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Jan 12 22:08:29 2006