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

Re: No authentication dialog after upgrading to 1.4.0

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-10-09 20:54:44 CEST

ydubost wrote:

> Hello, I have the same problem as Anders, but unfortunately I did not
> manage to solve it like he did !
> It was working fine up to my update to Tortoise 1.4
> I have tried to get rid of upper case (my domain name was in uppercase
> previously) but it did not change anything.
> What else could I do ? Is it not possible to force Tortoise to ask for
> login/password dialog box ? Can you help ?

No, currently it's not possible to force Subversion to ask for
authentication. On Subversion trunk and compiled with neon 0.26.1 it
would be possible to configure clients to not use SSPI, but the chances
that this change gets backported to the 1.4.x branch are almost zero
because it's a new feature and not a bugfix :(

> /_In Appache httpd.conf I have the following : _
>
> DAV svn SVNParentPath "D:/archivesSubversion"
> AuthName "ACCES AUX ARCHIVES SUBVERSION"
> AuthType SSPI
> SSPIAuth On
> SSPIAuthoritative On
> SSPIDomain mondomain
> SSPIOfferBasic On
> Require valid-user
> AuthzSVNAccessFile D:/Logiciels/Apache/svn-security/svn-auth-projectsFile

Upgrade to the latest mod_auth_sspi module, then add the following lines:
SSPIOmitDomain on #to ommit the domain and only use usernames
SSPIUsernameCase lower #to always use usernames in lowercase
SSPIPerRequestAuth on #to avoid a big network overhead

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 Mon Oct 9 20:54:37 2006

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.