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

Re: Single Sign On with mod_dav, SSPI and SVN Authentication API

From: D.J. Heap <djheap_at_gmail.com>
Date: 2006-11-18 16:23:59 CET

On 11/18/06, Vagmi Mudumbai <vagmi.mudumbai@gmail.com> wrote:
> Hi,
>
> I have a repository setup with Apache and mod_dav_svn and mod_auth_sspi. I
> have the authz fiel setup properly. I am able to work on the repository with
> the command line client without me having to enter my username and password.
> I am trying to achieve the same with the Subversion API. However, I am
> unable to figure out the authentication provider that I should be using. It
> works when i use the simple prompt provider and provide my domain username
> and password. However, when I use the windows simple provider, it does not
> work. Am I using the correct authentication provider. If not which one
> should I use. Code sample in any language would work. I am currently using
> AnkhSVN's .NET binding with Subversion 1.4 libraries.
[snip]

Single sign-on auth for http is all handled by neon automatically --
Subversion does not even get a chance to be involved. You need to use
a recent version of neon (0.25.5+) and make sure HAVE_SSPI is defined
in the config.h. It sounds like AnkhSVN may not be built that way or
is using an old neon.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 18 16:24:16 2006

This is an archived mail posted to the Subversion Dev mailing list.

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