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

Re: How to store new password so no need to enter every time?

From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 5 May 2012 12:25:08 +0200

On Fri, May 04, 2012 at 11:17:58PM -0400, Nico Kadel-Garcia wrote:
> Now, all that said: I *loathe* HTTP/HTTPS password based acces, because
> there is no way to prevent your clients form storing passwords locally on
> Linux or UNIX hosts. They don't *have* to use the kwallet or gnome-keyring
> tools, and you can't make them without snooping on them all the time.

There are more authentication options available in httpd than just BasicAuth.

Some are single-sign on solutions and don't require any password at all.
Kerberos and SSPI for example. If httpd admins configure the server with
one of these authentication options no password will ever be stored.
Alas, whether you can use these options depends on the existing
infrastructure -- same story with SSH though.
Received on 2012-05-05 12:25:48 CEST

This is an archived mail posted to the Subversion Users mailing list.

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