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

Re: Trouble using TSVN + SSPI + SSL

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 04 Jun 2008 20:19:56 +0200

Alessandro Dantas wrote:
> Thanks for the reply Stefan,
>
> I removed the "Require valid-user" and now neither the HTTP nor the
> HTTPS connections are requesting my credentials but both report the
> same error when I try to commit something:
>
> Command: Commit
> Error: Commit failed (details follow):
> Error: Server sent unexpected return value (403 Forbidden) in response
> to MKACTIVITY
> Error: request for '/svn/Teste/!svn/act/095442e0-6b2b-
> ab41-85eb-88a62f32be2c'
> Finished!:

You should not remove the "Require valid-user" but the
"AuthzSVNAccessFile" line.

Also, try adding
SSPIOmitDomain on
SSPIUsernameCase lower

to make the SSPI auth ommit the domain name, and force the usernames to
be lowercase (they might be sent as uppercase).

And make sure you use https not http - SSPI does not work for
unencrypted connections.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-06-04 20:20:15 CEST

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

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