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

Re: hooking apache auth to unix accounts

From: Mark <mark_at_mitsein.net>
Date: 2006-09-19 21:16:14 CEST

Well, if your solaris system uses ldap auth, you're golden :). If
not, you get creative. Before we went ldap, I just plucked the user
ids and encrypted passwords from /etc/shadow every hour and put them
into a file for svn to use.

AuthUserFile /svnroot/.master-passwd

Work fine, but your solaris box may still be using crypt passwords
instead of MD5, so I don't know if that will work.

There is/was an experimental PAM apache module out there, but I don't
know if it ever worked.

On 9/19/06, Ben Anderson <benanderson.us@gmail.com> wrote:
> Hi,
> I'm trying to move my company's cvs repos to svn repos and was told if
> I can get it up and running for people to try it out, then maybe we'll
> use it. I've setup svn repos and apache before, but only with basic
> authentication. What I'd like to do is setup authentication so that
> apache authenticates users the same way our solaris system does. I'm
> not really worried about authorization at this point. Does anyone
> know how to do this? Is this a more general Apache question? Any
> help is greatly appreciated (even if you just point me somewhere
> else).
> Thanks,
> Ben
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
Mark
"Blessed is he who finds happiness in his own foolishness, for he will
always be happy."
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 19 21:16:59 2006

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.