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

RE: Re: No authentication dialog after upgrading to 1.4.0

From: İbrahim Niyazi Ülgür <ibrahim.ulgur_at_arcelik.com>
Date: 2006-10-10 07:35:34 CEST

Upgrade Subversion to 1.4.x
Upgrade Tortoise to 1.4.x
Apache 2.0.59 works with former configuration.
Delete x:\documents and settings\your area\application data\subversion\auth
Try to connect
If not possible go to server's : start->programs->apache->review log files-> Error log and find the last line
[Tue Oct 03 10:43:22 2006] [error] [client 10.134.14.187] Access denied: 'AR-ARCELIK\\AR002191' PROPFIND 05-052:/trunk
Examine between "denied:" and "PROPFIND".
A-You must give domain name in apache config - AR-ARCELIK is in my case - correctly
B-Look svn acces file for user name. In my case, it was ar002191 formerly (1.3.x) and have run correctly. But now it is AR002191. So correct it in access file. Must be looked like this : @AR-ARCELIK\AR002191 = rw

It must run.

-----Original Message-----
From: Stefan Küng [mailto:tortoisesvn@gmail.com]
Sent: Monday, October 09, 2006 9:55 PM
To: dev@tortoisesvn.tigris.org
Subject: Re: No authentication dialog after upgrading to 1.4.0

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
_____________________________________________________________________________________________________________________________________________
Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa,  icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz  ve  tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz.  Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez. 
This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential  information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however,  sender  cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence.
_____________________________________________________________________________________________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Oct 10 07:37:13 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.