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

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

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-01-10 22:25:12 CET

It looks like there is a problem with the version of JavaSVN I included in
this release.

It does not support SSPI (neither does the version of JavaHL I included)
but it also appears that JavaSVN has a problem with HTTP Basic
Authentication.

I am going to pull the release.

Mark

Cardillo Raymond A Civ AFRL/IFEA <Raymond.Cardillo@rl.af.mil> wrote on
01/10/2006 04:18:35 PM:

> Hello, I'm having a problem using Subclipse with SVN + Apache + SSPI
> authentication. Actually, SVN + Apache + SSPI is working great. I
followed
> online resources and resolved a few sticky points regarding domain group
> access, and all works well now. When browsing from IE the
authentication is
> automagic and from Firefox it prompts first, and then works as expected.
>
> However, when trying to use the Subclipse plugin with 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. The "SSPIOfferBasic"
tells
> Apache to offer a basic logon if SSPI is not available (i.e., Firefox
versus
> IE), but it's as if Subclipse doesn't have the ability to do basic
> authentication.
>
> Am I missing something, or is this a bug, or a new feature? If one of
the
> latter, is there a way to work around this? Thanks for any info.
>
>
> FYI, my 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>

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Jan 10 22:25:51 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.