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

Re: Double Authentication problem withh sspi

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-09-25 21:07:38 CEST

Régis wrote:

> I use tortoise 1.4 and Subversion 1.4 with Apache 2..54 on windows server using
> SSPI authentication.
> Here is the Bug / Problem:
> 1. I use to log on on the server machine thourgh the network using \\server\C$
> for example, for which I then had to enter the administrator password.
> 2. Now, when I access the svn repository though http or through tortoise, I get
> "Access denied"
> 3. Teh Apache log says: Access denied for used DOMAIN\Adminstrator which is fine
> because administrator does not have access rights to svn.
>
> So it seems that windows remembered that I accessed the server using admin
> account and that tortoise use this user which is then not right.
>
> Question:
> -Can I get tortoise to use another user?

Unfortunately, no. TSVN 1.4.0 has SSPI authentication enabled. (as does
the official Subversion command line client since its version 1.3.0).
And with SSPI enabled, Subversion (actually, the neon library) first
tries authenticating with the currently logged on user. In your case,
that authentication is successful, but then the authorization fails
because the user Administrator doesn't have the rights to access the
repository.

They're currently working on that issue over at the Subversion project,
but this requires using neon 0.26 instead of 0.25, and a new API. So I
don't think you will see a fix for this before version 1.5 comes out.

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 Mon Sep 25 21:09: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.