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

Re: naive authentication scheme for ra_svn

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-09-14 00:06:52 CEST

On Sat, 2003-09-13 at 17:49, Garrett Rooney wrote:
> Well, I was playing around this weekend, and I hacked something together
> to do just that. It implements a new SASL mechanism, 'NAIVE', which has
> the user send a username and an md5 encoded password over the wire to
> the server, which authenticates them against a simple tab delimited file.

There are already SASL mechanisms this dumb; why invent a new one?

For that matter, why implement a SASL mechanism this dumb? ANONYMOUS
can carry a username without creating a false illusion of password
security. The current code doesn't send or process usernames, but that
would be easy to change. (Accepting usernames for anonymous auth would
have to be a non-default server option, of course.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 14 00:07:40 2003

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.