[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: Alexander Kitaev <alex_at_tmate.org>
Date: 2006-01-13 08:22:25 CET

Hello Ray,

JavaSVN does not suppport SSPI authentication at the moment (only Basic and
Digest types are supported for http, and client cert authentication for SSL
over http). So, you should concentrate on trying it with JavaHL - in case
command line version works, JavaHL should work as well. At least there are
no obvious reasons for it not to work properly...

Alexander Kitaev,
TMate Software,
http://tmate.org/
http://jetbrains.com/tmate/

> -----Original Message-----
> From: Cardillo Raymond A Civ AFRL/IFEA
> [mailto:Raymond.Cardillo@rl.af.mil]
> Sent: Thursday, January 12, 2006 10:23 PM
> To: 'users@subclipse.tigris.org'
> Subject: [Subclipse-users] Eclipse + SVN + Apache + SSPI
> Importance: High
>
> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Jan 13 08:23:31 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.