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

Re: Vista blocks access to the SVN storage

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-03-21 21:40:35 CET

George Hazan wrote:
> Hello, Stefan!
> Wed, 21 Mar 2007 20:55:27 +0100 you wrote:
>
> SK>>> The authentication fails.
>>> Nope, server just asks for a password. It returns the error 401. IE, for
> SK> 401 is 'authorization failed'. Which means the authentication was
> SK> successful, but the authenticated user doesn't have access rights to
> the
> SK> repo.
>
> 401 means 'autorization required' :) which means that a password wasn't
> provided, but it's required to get an access to the resource.

"Error 401: Unauthorized means; the client does not have the required
privileges to access the site."

> SK> Maybe IE has an exception rule in the firewall?
>
> Firewall is down.
>
> SK> And of course, IE uses plain html, while Subversion uses DAV.
>
> Mozilla fails on that server with the same error. It uses plain html as
> well.

then it may be an issue with SSPI authentication. You get authenticated
as e.g. the 'guest' user, but of course that user doesn't have access to
the repository. Try disabling the 'guest' user account on the server. Or
use TSVN 1.3.x which has SSPI disabled. Or use the *next* nightly build
(should be up in about 5 hours) and edit the Subversion config file (I
think the 'servers' file) to disable SSPI for that url. (you might have
to delete the existing config files first so they get recreated with the
help text about these new options).

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 Wed Mar 21 21:40:55 2007

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.