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

Re: svn authentification

From: richard hornsby <richardjhornsby_at_gmail.com>
Date: Tue, 26 Feb 2008 21:42:49 -0500

On Tue, Feb 26, 2008 at 3:18 PM, Nicolas Slythe <nslythe_at_gmail.com> wrote:

> Is ther any way to authentificate userother way the the plain text user
> file with svnserve
> something like database, ldap, md5 file
>

http://svnbook.red-bean.com/en/1.4/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authn

I set up mod_authnz_external to hit a perl script which has multiple levels
it can check for authentication. It checks for a "cookie" (for caching),
two different IMAP servers, and if all that fails, checks a mySQL database.

http://unixpapa.com/mod_auth_external.html

-rj
Received on 2008-02-27 03:43:15 CET

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.