From owner-freebsd-questions Thu May 22 23:44:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA04133 for questions-outgoing; Thu, 22 May 1997 23:44:57 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA04128 for ; Thu, 22 May 1997 23:44:50 -0700 (PDT) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id JAA26772; Fri, 23 May 1997 09:43:40 +0300 (IDT) Date: Fri, 23 May 1997 09:43:40 +0300 (IDT) From: Nadav Eiron To: Cheekeong Soo cc: freebsd-questions@FreeBSD.ORG Subject: Re: NIS support In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 22 May 1997, Cheekeong Soo wrote: > I'm using freeBSD v 2.2.2 release and I'm having a big problem with NIS > password support. Here's what I've done > > 1) Copy /etc/master.passwd file to /var/yp > 2) Generate ypservers file in /var/yp > 3) Make maps using the make -f Makefile.dist > 4) Enable ypserv on the server by modifying the flag in rc.conf > 5) Enable ypbind on the client by modifying the flag in rc.conf > 6) Modify the client's /etc/passwd to include the entry + > 7) Modify the client's /etc/master.passwd to include the entry + > 8) Set the domainname of both the client and the server > > And it doesn't work! I wonder if anybody have experience in this can give > me a hand. Thanks in advance. What exactly do you mean by "it doesn't work"??? What happens on the client? on the server? Are you getting any errors? You should probably also enable client support on the server if yp is using master.passwd out of /var/yp, otherwise the server won't see the yp passwords (for local use, it will still serve them to other clients). > > > CK > > Nadav