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

Odd re-authentication upon large commit from outside domain

From: crayfellow <patrick_at_bellapk.com>
Date: Tue, 22 Apr 2008 11:52:34 -0700 (PDT)

Tortoise is working great for the most part for accessing a secure
repository over the Internet. The server hosting the repository is a
Windows server and Apache is authenticating using SSPI to a domain
controller. Most times, authentication works fine.

However, when transferring a large commit [from outside the LAN the
domain controller and Subversion server are on], authentication
prompts appear seemingly at random, sometimes many times in a row
despite entering proper credentials. It is as if Tortoise loses
authentication in mid-commit again and again.

This is becoming very frustrating for our developers who telecommute.
Has anyone seen this? Is there something amiss with our SSPI
configuration? Here is what we are using for the SSL-enabled paths:

<Location /pub>
DAV svn
SVNListParentPath On
SVNParentPath //server02/SVN/public
SSLRequireSSL
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain server02
SSPIOmitDomain on
SSPIUsernameCase lower
SSPIPerRequestAuth Off
SSPIOfferBasic On
AuthName "auth name goes here"
Require valid-user
</Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-04-22 20:53:47 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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