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

[Subclipse-users] Eclipse + SVN + Apache + SSPI

From: Cardillo Raymond A Civ AFRL/IFEA <Raymond.Cardillo_at_rl.af.mil>
Date: 2006-01-12 20:22:56 CET

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

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.