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

RE: Re: TSVN does not support NTLM authentication

From: Wyss Clemens (Helbling Technik) <clemens.wyss_at_helbling.ch>
Date: 2007-12-05 17:38:46 CET

>You already sent the same message:
>...
>And I've already answered:
I must apologize for this:
at that point I was not registered/subscribed to the mailinglist and didn't see my post appear in the archive for hours, so I thought my mail didn't make its way "through". Also, I got no reply(as I was not subscribed :-) )

Regarding the "seems to":
my svn command line client(1.4.0-rc5) DOES do ntlm authentication(see my httpd.conf below), unless it finds some way around my settings?

BUT TSVN(e.g. the repo browser) still complains:
"Error * PROPFIND request failed on '/svn_sspi/passkal/trunk' PROPFIND of '/svn_sspi/passkal/trunk': authorization failed (http://localhost:8080)"

No entry in the Apache error log.

My httpd.conf looks like this:
<Location /svn_sspi>
        DAV svn
        # any "/svn/foo" URL will map to a repository c:\services\Subversion\repos\foo
        SVNParentPath d:\apache2.2.6\Subversion\repositories

        AuthName "Subversion"
        
        AuthType SSPI
        SSPIAuth On
        SSPIOmitDomain On
        SSPIAuthoritative On
        SSPIOfferBasic off
        SSPIUsernameCase lower

        Require valid-user
        # our access control policy
        AuthzSVNAccessFile d:\apache2.2.6\Subversion\authentication\accesscontrol
</Location>

Any other hints/advices?

Thx
Clemens

-----Original Message-----
From: Stefan Küng [mailto:tortoisesvn@gmail.com]
Sent: Mittwoch, 5. Dezember 2007 10:51
To: dev@tortoisesvn.tigris.org
Cc: Wyss Clemens (Helbling Technik)
Subject: Re: TSVN does not support NTLM authentication

On Dec 5, 2007 10:40 AM, Wyss Clemens (Helbling Technik) <clemens.wyss@helbling.ch> wrote:

> I have setup my Subversion ( WebDAV ) repos to make use of ntlm
> (mod_auth_sspi) authentication.
> The command-line svn seems to authenticate properly.
> TSVN unfortunately NOT.
>
> Bug or feature?

Bug, but in your mail client.
You already sent the same message:
http://svn.haxx.se/tsvnusers/archive-2007-11/0244.shtml

And I've already answered:
http://svn.haxx.se/tsvnusers/archive-2007-11/0246.shtml

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Dec 5 17:39:09 2007

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

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