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

Re: Can passwd file hold password in encrypted format ?

From: Jared Hardy <jaredhardy_at_gmail.com>
Date: 2007-05-23 20:13:58 CEST

On 5/23/07, Andy Levy <andy.levy@gmail.com> wrote:
> Why are you subjecting yourself to the extra overhead with
> questionable benefit of running 2 different servers? Is this for the
> same repository, or are you serving different repositories with
> different servers?

One very good reason for this would be to handle trusted local LAN
users differently from remote WAN users. We run both svnserve for the
local LAN users, and HTTPS over Apache with LDAP authentication for
remote users. I find svnserve is a little faster on LAN connections,
and HTTPS is just far more convenient than svn+ssh for our off-site
contractors. If we allowed any WAN anonymous reads, we would probably
do that over Apache HTTP without LDAP.
    There is some overlap in the user lists, since some users are
allowed to work from home on occasion. For these users, I hope to
eventually have LDAP authentication set up for both svnserve and
Apache, each using a different permissions group. Does anyone know the
current state of PAM or LDAP support in svnserve auth right now?

:) Jred

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 23 20:39:31 2007

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.