From owner-freebsd-hackers Sun May 4 15:53:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA21458 for hackers-outgoing; Sun, 4 May 1997 15:53:52 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA21453 for ; Sun, 4 May 1997 15:53:50 -0700 (PDT) Received: from misery.sdf.com [204.244.213.33] by misery.sdf.com with smtp (Exim 1.61 #1) id 0wOA63-0004o4-00; Sun, 4 May 1997 15:49:35 -0700 Date: Sun, 4 May 1997 15:49:35 -0700 (PDT) From: Tom Samplonius To: hackers@freebsd.org, wpaul@ctr.columbia.edu Subject: ypbind and "-S" param Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I don't like how the "-S" param to ypbind works. "-S", as described in the manpage can be used instead of ypset in order to specify a limited set of NIS servers. However, you can not specify non-local NIS servers with "-S". You must use ypset to force ypbind to go to a non-local server, however, this means you can only set only NIS server, and since ypbind only uses ypset as a "hint", if it loses binding, it just starts polling the ethernet for a local server. So, why won't "-S" take non-local servers? Currently, ypbind is basically useless without a local NIS server. However, I can't make this system a NIS server too because it only a T1 away from the master, and map pushing is already too slow. So NIS client-only setup seems to be the way to go. Tom