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

RE: Windows authentication not working in TortoiseSVN but works from browser

From: Dhananjaya Kengaiah <kengaiah.dhananjaya_at_gene.com>
Date: 2007-04-05 22:56:32 CEST

Hi Stefan,

I tried with the

SSPIOmitDomain on
SSPIUsernameCase lower

I get the error "Authentication Error from server: Username not found"

I do not see any error in the "C:\Program Files\Apache
Group\Apache2\logs\error.log" file

Thanks,

Dhananjaya

-----Original Message-----
From: Stefan Küng [mailto:steveking@gmx.ch]
Sent: Thursday, April 05, 2007 1:48 PM
To: Dhananjaya Kengaiah
Cc: users@subversion.tigris.org
Subject: Re: Windows authentication not working in TortoiseSVN but works
from browser

Dhananjaya Kengaiah wrote:

>
> I did check the http://tortoisesvn.net/node/244
>
> And accordingly I upgraded my torotoisesvn to 1.4.3 I get this window
> for authentication, while commiting, and if I enter my windows user name
> and password it is not working.

"not working" doesn't help. What is the exact error message you get?
Also check the apache error log.

My guess is that your problem is with CASE in username/domain.

Add the following lines to your config file:

SSPIOmitDomain on
SSPIUsernameCase lower

And FYI: if you're authenticating against a windows domain, you have to
enter your username as GNE\kengaiah, not just kengaiah.
(with the SSPIOmitDomain, you might be able to drop the domain when
authenticating, but I would try with it first).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 5 22:56:57 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.