Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2000 11:12:48 -0400
From:      "Michael A. Smith" <msmith@code-fu.com>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: Some NIS questions...
Message-ID:  <012f01bfb124$37501f40$0301a8c0@codefu.com>
References:  <956934254.11044@egroups.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Essentially what I'd like to do is maintain a single /etc/passwd file,
> allowing all machines to share the same user/group database; hence our
> radius clients, and our webhosting clients, and our mail-server's
> clients can all route to a single username.

I don't know anything about NIS, but I think you can do this with PAM
(Pluggable Authentication Module). PAM basically lets you authenticate users
against a variety of sources -- including an LDAP database. I've seen this
set up before -- a number of boxes have PAM set up and pointing to a single
LDAP database for authentication.

--
Michael A. Smith -- Programmer at Large
Phone:703-625-5732
Fax: 801-650-0853
ICQ: 35884415
:wq




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?012f01bfb124$37501f40$0301a8c0>