From owner-freebsd-questions Tue Mar 4 01:26:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09634 for questions-outgoing; Tue, 4 Mar 1997 01:26:20 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA09629 for ; Tue, 4 Mar 1997 01:26:15 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA22705; Tue, 4 Mar 1997 11:26:08 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma022703; Tue Mar 4 11:25:49 1997 Message-ID: <331BEA53.5FB8@barcode.co.il> Date: Tue, 04 Mar 1997 11:24:35 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Larry Breyer CC: freebsd-questions@FreeBSD.ORG, breyer@breyer.com Subject: Re: How do I create an NIS Master? References: <199703040438.UAA10959@jsnet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Larry Breyer wrote: > > Hello, > > I ran "NIS Master" through your search engine and got two > 1000 pt. hits. Unfortunately the links were no good. So, > I ask, how do I create an NIS Master with FreeBSD? > > thanks, > > Larry Breyer > 408-222-7027 Start by reading 'man yp', and then go on to read the manpages for the utilities and daemons mentioned there. Basically, you need to set up a couple of options in /etc/sysconfig, and build the NIS database itself (by running make in /var/yp, after creating a NIS domain and possibly editing the Makefile there). Nadav