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

SSPIPerRequestAuth On

From: Simon Berry <Simon.Berry_at_andromeda.uk.com>
Date: Wed, 30 Jul 2008 10:05:18 +0100

Stefan

I saw your comment :

> SSPIPerRequestAuth on
>
> this will make SSPI only require new authentication for every request,
> not every datapacket sent.

and thought that I would like to enable that on our server (we have a
lot of offsite engineers connecting through 3G modems - so reducing
traffic is good) so I turned on the SSPIPerRequestAuth.

3 minutes later I had a queue of users in my office with authentication
problems. Tortoise was suddenly asking them for credentials rather than
using the domain controller automatically. This is our configuration :

<Location />
        DAV svn
        SVNPath d:/Data/SvnRepo

        SVNListParentPath on
        AuthName "ATL Subversion Repository"
        AuthType SSPI

        SSPIAuth On
        SSPIAuthoritative On
        SSPIDomain andromeda-dc01
        SSPIOmitDomain On
        SSPIPerRequestAuth on
        SSPIOfferBasic On

        Require valid-user
        AuthzSVNAccessFile "d:/Data/SvnRepo/conf/svnaccess.txt"
</Location>

Any ideas as to why this might be ? I have turned off SSPIPerRequestAuth
for now until I can figure out the problem. I am using Apache 2.0.

Thanks
Simon

p.s. is there any documentation on these configuration options ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-07-30 11:31:33 CEST

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.