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

Re: bug: Wrong Author name on checkin (cached NTLM auth?)

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-12-11 21:21:13 CET

Yu Yokota wrote:
> Stefan Küng wrote:
> > You can configure mod_auth_sspi to always use basic authentication with:
> >
> > SSPIBasicPreferred on
>
> Thanks for your quick reply.
> I have been trying to shut off the SSPI from the auth_sspi's end but no
> luck so far.
>
> httpd.conf:
> <Location /svn >
> Require valid-user
> AllowOverride None
>
> AuthType SSPI
>
> AuthName "BAR Domain"
>
> SSPIAuth on
> SSPIOfferSSPI off
> SSPIAuthoritative off
>
> SSPIDomain BAR
> SSPIOfferBasic on
> SSPIBasicPreferred on

That should have worked. Did you restart the apache service after
changing the config file?

> Even with the above configuration, I can still run "SVN Update" from
> TortoiseSVN after clearing authentication data from the Settings dialog.
> I updated the Apache to 2.0.59 and mod_auth_sspi to 1.0.4, just to make
> sure, but the result were the same.
>
> Next I tried to shut off SSPI from TortoiseSVN's end.
> I tried it by putting
> [global]
> http-auth-types = basic
>
> into servers file but that did not do change the situation. Is
> "http-auth-types" available for 1.4.5?
> If not how can I shut off SSPI for 1.4.5?

That option is not available in 1.4.x, only in the nightly builds.
There is no way to shut off SSPI for 1.4.x clients.

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
Received on Tue Dec 11 21:21:33 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.