Re: Windows authentication
From: Adrian Ber <beradrian_at_yahoo.com>
Date: 2007-10-31 23:47:22 CET
On the config access file I added both the username and DOMAIN\username. I also tried with SSPIOmitDomain On.
Still the same error.
A.
----- Original Message ----
From: Stefan Küng <tortoisesvn_at_gmail.com>
To: users_at_tortoisesvn.tigris.org
Sent: Wednesday, October 31, 2007 5:00:04 PM
Subject: Re: Windows authentication
Adrian Ber wrote:
> I'm using SVN with Apache 2.2 and mod_auth_sspi and mod_authz_svn.
> Access works from the browser but not from TortoiseSVN, where I get the
> error:
> Error * PROPFIND request failed on '/svn/repository'
> PROPFIND of '/svn/repository': authorization failed (http://my.svnserver)
Authorization failed means you successfully authenticated (i.e., the
username/password is recognized and found ok), but you don't have the
authority to access the resource (the user doesn't have the required
privileges).
> If I put in the access conf file
> [/]
> * = r
>
> then it also works from TortoiseSVN. But giving read access to everyone
> is not what I want.
>
> Can you please tell me what could be the problem?
Depending on your configs, you might need to prepend DOMAINNAME\ to the
usernames which you give specific access. For example:
DOMAINNAME\myusername
instead of just
myusername
Or you have to configure mod_auth_sspi to omit the domain names.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|
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.