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

RE: Password Cache for Active Session

From: Ryan J Ollos <ryano_at_physiosonics.com>
Date: Wed, 23 Dec 2009 22:33:59 -0800 (PST)

christopher.reynard wrote:
>
> We are required to have users authenticate but this information must not
> be 'permanently' cached. Having to continuously enter user/pass
> credentials just isnt really practical but entering them once at the
> beginning of a session would be fine. Just wondering if you or anyone else
> discovered a solution for this.
>

I have the same issue as well using SVN with mod_dav_svn. We have several
development systems in a lab where a users tests their code on the hardware
(each machine has a single shared OS account). Users frequently use TSVN
and so get prompted for their username / password frequently.

We can't cache authentication data for those users because users would
inevitably frequently forget to clear their authentication data before
leaving the machine. I'm not too concerned about the security risk because
its a secure building, but the log info for a checkin must be associated
with the users performing the checkin. If we allowed authentication data to
be cached, then inevitably users would end up performing checkins to the
repository under a cached username that is not their own.

Ideally I would like to be able to:
 * Specify the interval for which a username / password get cached (e.g. 30
minutes).
 * Have this info cleared when a user logs out.
 * Enforce a server-side policy that prevents a user from caching their
password client side. With the "temporary caching" of passwords, it would be
practical to prevent users from caching authentication data even on their
personal machines because they wouldn't have to enter their authentication
data too often.

I'm sure most or all of this is impractical under existing SVN and TSVN, but
would definitely be interested to know if anyone has practical suggestions
for implementing any of these features.

-- 
View this message in context: http://old.nabble.com/Password-Cache-for-Active-Session-tp21053795p26911007.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2432787
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-12-24 07:34:07 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.