[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: ydubost <yann.dubost_at_capgemini.com>
Date: 2006-10-09 16:20:06 CEST

Silverfall, Anders wrote:
>
> Hi,
>
>
After upgrade I no longer have access to my repository:
> I have tried to check out to a new folder from the repository, but I do
> not get the dialog question
> I cannot authenticate myself!
What is the problem?
>
Kind regards
>
>
Anders
>
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 ?
Regards,
Yann DUBOST

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
My svn-auth-projectsFile looks like:
&nbsp;[groups]
# # Project TBD
TBD-developpement = mondomain\user1 , monDomain\user2

[TBDProject:/]
@TBD-developpement = r
mondomain\mylogin = rw

Whereas I put myself directly into the project authorisation
(mondomain\mylogin), or I put a group in which I belong to (@mongroupe), or
I do both does not change anything !
I have read what's written in "http://tortoisesvn.net/node/244" :
To solve this issue you have the following options:

    
* disable the GUEST account on the domain controller &lt;= I have no access
to the domain controller but anyway it is disable.
    
* use the same accounts for your workstations and access to the repository
&lt;= done !
    
* disable SSPI authentication for the repository &lt;= I don't want that !
    
* Check the case of the usernames. Changing the usernames in the access
files to lowercase also might solve this problem &lt;= done but still have
the problem.

-- 
View this message in context: http://www.nabble.com/No-authentication-dialog-after-upgrading-to-1.4.0-tf2343747.html#a6718416
Sent from the tortoisesvn - dev mailing list archive at Nabble.com.
Received on Mon Oct 9 16:20:20 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.