From owner-freebsd-questions Tue Jun 29 9:39:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id C485D15458 for ; Tue, 29 Jun 1999 09:39:33 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id KAA01988; Tue, 29 Jun 1999 10:39:20 -0600 (CST) (envelope-from obonilla) Date: Tue, 29 Jun 1999 10:39:19 -0600 From: Oscar Bonilla To: Elliot Finley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Q: multiple services/boxes one user/password db Message-ID: <19990629103919.C367@fisicc-ufm.edu> References: <377796c7.47628566@mail.afnetinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <377796c7.47628566@mail.afnetinc.com>; from Elliot Finley on Mon, Jun 28, 1999 at 03:47:20PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 28, 1999 at 03:47:20PM +0000, Elliot Finley wrote: > I would like to set up several services on several different boxes, > but I only want to maintain one user/password database. The > passworded services that I'd like to set up are POP3, FTP, RADIUS, and > possibly shell accounts. > > Is there any clean way of doing this? I know that I could do all this > on one box, but I need to set up multiple boxes for redundancy. I'll > probably run two services on each box. > -- you could try NIS (ugly) or LDAP (better but not so easy) or use RADIUS itself through the pam_radius.so module I think you'll have to hack the popper to make it pam aware. I guess ftp should be pam aware but haven't tried it. regards, -Oscar -- For PGP Public Key: finger obonilla@fisicc-ufm.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message