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

Re: Auth in ra_dav

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-08-23 23:29:40 CEST

"Sander Striker" <striker@apache.org> writes:

> Hi,
>
> Is it going to be possible to write a different authentication
> mechanism than something that requires a username/password?
> I'm talking about a plugin that might take a username/ssh private
> key file.

Sure. libsvn_client and libsvn_ra have a "PAM"-like authentication
architecture. Only two methods are defined: username only, and
username/password. But you can write more of them. Look in svn_ra.h
more more information.

> Ofcourse this should _not_ be stored in the wc.

Right now, all authentication info is saved in SVN/auth/, which is
chmod'ed to 0700. Is that not safe enough for you? :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:36 2006

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

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