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