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

Re: Timeout

From: Ben Johnson <ben_at_indietorrent.org>
Date: Tue, 18 Dec 2012 12:49:36 -0500

On 12/18/2012 12:06 PM, David Earl wrote:
> Does your server also use Kerberos for authentication. 8 hours seems to be the critical time, which is how long it keeps its cached login on the server.
>
> This was fine when I had (the same) repository on my own server, which used SSH+Webdav, with a simple login.
>

No, my server uses mod_authn_dbm for authentication, and mod_dav_svn
with mod_authz_svn for authorization.

A sample configuration stanza:

<Location /svn/project>
SSLOptions +StrictRequire
SSLRequireSSL
AuthType Basic
AuthName "SVN Repository"
AuthBasicProvider dbm
AuthDBMType DB
AuthDBMUserFile "/var/www/apache-users"
AuthDBMGroupFile "/var/www/apache-users"
Require valid-user
DAV svn
AuthzSVNAccessFile /var/www/projects/project/svn-access-control.cfg
SVNPath /var/www/svn/project
</Location>

I've reviewed the documented configuration directives carefully and see
nothing regarding a timeout period.

http://svnbook.red-bean.com/en/1.7/svn.ref.mod_dav_svn.conf.html

http://svnbook.red-bean.com/en/1.7/svn.ref.mod_authz_svn.conf.html

But, alas, this discussion is probably best had on the SVN mailing list.

-Ben

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3036881

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-12-18 18:49:58 CET

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.