From owner-freebsd-hackers Sat Jun 22 13:04:56 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA05897 for hackers-outgoing; Sat, 22 Jun 1996 13:04:56 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.241]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA05887 for ; Sat, 22 Jun 1996 13:04:51 -0700 (PDT) Received: from localhost (tom@localhost) by misery.sdf.com (8.7.5/8.6.12) with SMTP id LAA06732; Sat, 22 Jun 1996 11:59:03 -0700 (PDT) Date: Sat, 22 Jun 1996 11:59:02 -0700 (PDT) From: Tom Samplonius To: Michael Hancock cc: Bradley Dunn , hackers@freebsd.org Subject: Re: Longer usernames? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 22 Jun 1996, Michael Hancock wrote: > If you're a Sun shop. > > I rather use rdist than NIS. There is a need for something better than > either solution though. LDAP/RFC1777? > > -mh NIS can do a lot more than using rdist to mirror /etc/master.passwd. NIS can selectively override user attributes on a system by system, and a user by user basis for one. You can also keep exported users separate from system users (ex. I never put a root account in /var/yp/master.passwd). Plus it allows for easy handling of password changes etc. by users. Tom