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

Re: NIS Login Management

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-07-14 18:39:07 CEST

----- Original Message -----
From: "Travis Love" <dr.t.love@gmail.com>
To: <users@subversion.tigris.org>
Sent: Friday, July 14, 2006 11:20 AM
Subject: NIS Login Management

>I have a fairly large list of users/passwords managed by NIS that I'd
> like to integrate into SVN. Can anyone give me instructions on doing
> this or tell me where to find them?

* Decide on how you're going to access the repository: I recommend
HTTPS/mod_dav_svn.

* Use "ypcat passwd" to generate your .htpasswd file, on a cron job basis or
as needed.

* Decide on your access control method: I recommend using .htpasswd, coupled
with svnperms.py and svnperms.conf.

* Get one part at a time working.

* Document it for the next person who has to maintain it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 14 18:40:08 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.