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

Re: How to use Kerberos Authentication ?

From: Samay <getafix123_at_hotmail.com>
Date: 2006-10-11 03:10:43 CEST

Hi Nicolas,

a) It seems, NEON (library used by SVN) disables SSPI on HTTP by default.
Its enabled for HTTPS repositories. Someone here may advise how to enable
the SPNego/SSPI support http.

For HTTPS repos ...
1) SVN 1.4.x build compiled against 0.26.1 of Neon doesnt work with SPNego.
however, SVN 1.3.2 build against neon 0.25.x works fine with SPNego.
2) TSVN 1.4.x R7501 works as its compiled with Neon 0.25.x

hope this helps.

cheers

Samay

----- Original Message -----
From: "Nicolas MASSÉ" <nicolas27.masse@laposte.net>
To: <users@subversion.tigris.org>
Sent: Tuesday, October 10, 2006 9:05 AM
Subject: How to use Kerberos Authentication ?

Hello,

I try to use the Kerberos Authentication to access an HTTP repository, but i
did not succeed !

I used Apache and setup a virtual host with the following options :

        AuthType Kerberos
        KrbMethodNegotiate on
        KrbMethodK5Passwd off

I can browse the repository with recent browser (i used Konqueror) but when
I
want to checkout the repository, I get the following error :

$ svn co http://projects.example.org/svn
svn: PROPFIND request failed on '/svn'
svn: PROPFIND of '/svn': authorization failed (http://projects.example.org)

I use svn version 1.4.0 and neon version 0.26.1 compiled with the gssapi
support.

Since my kerberos authentication seems to work, I do not see what I could
do.
I found some references on the archives of this list, but nothing
interesting.

Does anyone have an idea ? thanks !

PS : Can you CC me since I did not subscribed ?

-- 
Nicolas MASSÉ
Pour récupérer ma clef GPG:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 0x2A18C433
Key fingerprint: 6621 FC23 5DC7 54BA B952 316A 50B1 BC3F 2A18 C433
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 11 03:11:21 2006

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.