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

RE: Windows authentication - Problem fixed

From: Dhananjaya Kengaiah <kengaiah.dhananjaya_at_gene.com>
Date: 2007-04-06 21:01:11 CEST

Hi Stefan,

I figured out the problem today, I was wondering how, I could get the
windows logon through web browser and not through TortoiseSVN.

The reason is I was accessing the repository through svn://128.137/xx.xx/etc
But that was going through different port than '80' then I realized to use

http://XX.xx.xx.xx/svn

this worked... Important to learn here is Windows Authentication Works
through Port 80 and not through SVN port 3690.

:)

Thanks for you suggestion and Time.

-Dhananjaya

-----Original Message-----
From: kengaiah [mailto:kengaiah@gene.com]
Sent: Thursday, April 05, 2007 1:57 PM
To: 'Stefan Küng'
Cc: 'users@subversion.tigris.org'
Subject: RE: Windows authentication not working in TortoiseSVN but works
from browser

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 Fri Apr 6 21:01:39 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.