Matthew Boeckman wrote:

> > For those who use nfs: what's a fairly simple way to handle making
> > usernames and groups consistent between computers when using nfs?  Does
> > nfs provide a way to map one user to another when writing files to a
> > remote computer?  Or do you have to ensure that the uid for every person
> > using nfs is the same between all of the computers?
>
> NIS+ (naming information service) is one way to do this. It enables you
> to distribute to many machines things such as /etc/passwd and
> /etc/shadow. NIS is great for large environments, but beware of security
> issues.

Just a clarification: NIS+ and NIS are different things, and are conceptually
just about as different as Active Directory and NT4 domains.  NIS+ has
facilities for heirarchical definition of users and administrative privilege,
where NIS is much more like the flat model in NT4 domain--without the ability to
add trusts.

If you're running a small set of machines where the users' passwords don't need
to change often, keeping /etc/passwd and /etc/shadow is reasonably workable.
You will have to ensure that your users only change passwords on the "main"
machine that contains the password file that you consider the master copy...

Alan



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to