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

Re: automatic authentication issues

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-12-03 15:15:22 CET

Hans Van Eylen wrote:
> Stefan Küng <tortoisesvn@...> writes:
>
>> Hans Van Eylen wrote:
>>> I have some strange automatic authentication issues which only appeared
>>> with 1.4.1.
>>>
>>> My Subversion server is on Apache 2.0.54 with sspi 1.04 module and has
>>> the settings as documented in the TortoiseSVN setup instructions.
>>>
>>> SVN commandline --no-auth-cache works fine on all versions from 1.3
>>> onwards. No username/password is being asked, except when the username
>>> contains an _ . I suppose this might be due to the neon unicode handling
>>> problems.
>> Did you also try the commandline v1.4?
>>
>> Stefan
>>
>
>
> Hi Stefan,
>
> I definitely tried commandline 1.4.2 which worked fine. Not sure I still have
> the 1.4 version somewhere. I'll try that on Monday at work.

I think I know what's the problem:
the '--no-auth-cache' param of the command line is *not* for suppressing
authentication. The only thing it does is if you have to provide
authentication data, it won't store that data on disk for later use.

Now, you said you tried the commandline with --no-auth-cache and it
worked, then you used TSVN 1.4.1 and *cleared the auth cache*, and
you're asked for authentication. That means that before when you used
the command line client, the auth data stored on disk was used
(--no-auth-cache is only for *storing* the data - it it is already
stored it is still used). After clearing the auth cache, no
authentication data is available anymore and you're asked for
authentication data.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sun Dec 3 15:15:38 2006

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.