1998-08-21 13:39:32 +04:00
|
|
|
.\" $NetBSD: ypbind.8,v 1.11 1998/08/21 09:39:32 bouyer Exp $
|
1994-10-28 19:46:57 +03:00
|
|
|
.\"
|
1996-02-28 04:13:20 +03:00
|
|
|
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
1994-10-28 19:46:57 +03:00
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
1996-02-28 04:13:20 +03:00
|
|
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
.\" by Jason R. Thorpe.
|
|
|
|
.\"
|
1994-10-28 19:46:57 +03:00
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
1996-02-28 04:13:20 +03:00
|
|
|
.\" This product includes software developed by the NetBSD
|
|
|
|
.\" Foundation, Inc. and its contributors.
|
|
|
|
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
|
|
|
|
.\" contributors may be used to endorse or promote products derived
|
|
|
|
.\" from this software without specific prior written permission.
|
1994-10-28 19:46:57 +03:00
|
|
|
.\"
|
1996-02-28 04:13:20 +03:00
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
|
|
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
|
|
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
1997-07-31 02:53:50 +04:00
|
|
|
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
|
|
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
1996-02-28 04:13:20 +03:00
|
|
|
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
1994-10-28 19:46:57 +03:00
|
|
|
.\"
|
1997-07-07 06:27:05 +04:00
|
|
|
.Dd July 7, 1997
|
1994-10-28 19:46:57 +03:00
|
|
|
.Dt YPBIND 8
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm ypbind
|
|
|
|
.Nd create and maintain a binding to a YP server
|
|
|
|
.Sh SYNOPSIS
|
1997-07-07 06:27:05 +04:00
|
|
|
.Nm
|
|
|
|
.Op Fl broadcast
|
|
|
|
.Op Fl insecure
|
1994-10-28 19:46:57 +03:00
|
|
|
.Op Fl ypset
|
|
|
|
.Op Fl ypsetme
|
|
|
|
.Sh DESCRIPTION
|
1996-10-01 04:22:27 +04:00
|
|
|
.Nm
|
1998-01-23 16:36:57 +03:00
|
|
|
finds the server for a particular
|
|
|
|
.Tn YP
|
|
|
|
domain and stores information about it
|
1994-10-28 19:46:57 +03:00
|
|
|
in a
|
|
|
|
.Pa binding file.
|
|
|
|
This binding information includes the IP address of the server associated with
|
|
|
|
that particular domain and which port the server is using. This information
|
|
|
|
is stored in the directory
|
|
|
|
.Pa /var/yp/binding
|
|
|
|
in a file named with the convention
|
1997-10-06 05:20:15 +04:00
|
|
|
.Pa <domain>.version ,
|
|
|
|
where
|
|
|
|
.Aq domain
|
|
|
|
is the relevant domain.
|
1998-01-23 16:36:57 +03:00
|
|
|
The
|
|
|
|
.Tn YP
|
|
|
|
system only supplies information on version 2.
|
1994-10-28 19:46:57 +03:00
|
|
|
.Pp
|
1996-10-01 04:22:27 +04:00
|
|
|
If
|
|
|
|
.Nm
|
|
|
|
is started without the
|
|
|
|
.Fl broadcast
|
|
|
|
option,
|
|
|
|
.Nm
|
1998-01-23 16:36:57 +03:00
|
|
|
steps through the list of
|
|
|
|
.Tn YP
|
|
|
|
servers specified in
|
1997-10-06 05:20:15 +04:00
|
|
|
.Pa /var/yp/binding/<domain>.ypservers
|
1996-10-01 04:22:27 +04:00
|
|
|
and contacts each in turn attempting to bind to that server.
|
|
|
|
It is strongly recommended that these hosts are in the local
|
|
|
|
hosts file, and that hosts are looked up in local files before
|
1998-01-23 16:36:57 +03:00
|
|
|
the
|
|
|
|
.Tn YP
|
|
|
|
hosts map.
|
1996-10-01 04:22:27 +04:00
|
|
|
.Pp
|
|
|
|
If
|
|
|
|
.Nm
|
|
|
|
is started with the
|
|
|
|
.Fl broadcast
|
|
|
|
option, or if
|
1997-10-06 05:20:15 +04:00
|
|
|
.Pa /var/yp/binding/<domain>.ypservers
|
1996-10-01 04:22:27 +04:00
|
|
|
does not exist,
|
|
|
|
.Nm
|
|
|
|
broadcasts to find a process willing to serve maps for the
|
|
|
|
client's domain.
|
|
|
|
.Pp
|
|
|
|
Once a binding is established,
|
|
|
|
.Nm
|
1994-10-28 19:46:57 +03:00
|
|
|
maintains this binding by periodically communicating with the server to which
|
1996-10-01 04:22:27 +04:00
|
|
|
it is bound.
|
|
|
|
If the binding is somehow lost, e.g by server reboot,
|
|
|
|
.Nm
|
1994-10-28 19:46:57 +03:00
|
|
|
marks the domain as unbound and attempts to re-establish the binding.
|
|
|
|
When the binding is once again successful,
|
1996-10-01 04:22:27 +04:00
|
|
|
.Nm
|
1994-10-28 19:46:57 +03:00
|
|
|
marks the domain as bound and resumes its periodic check.
|
|
|
|
.Pp
|
|
|
|
The options are as follows:
|
1996-10-01 04:22:27 +04:00
|
|
|
.Bl -tag -width "-broadcast"
|
1997-07-07 06:27:05 +04:00
|
|
|
.It Fl broadcast
|
1998-01-23 16:36:57 +03:00
|
|
|
sends a broadcast requesting a
|
|
|
|
.Tn YP
|
|
|
|
server to which to bind.
|
1997-07-07 06:27:05 +04:00
|
|
|
.It Fl insecure
|
1998-01-23 16:36:57 +03:00
|
|
|
do not require that the server is running on a reserved port.
|
|
|
|
This may be necessary when connecting to
|
1997-07-07 06:27:05 +04:00
|
|
|
.Tn SunOS 3.x
|
|
|
|
or
|
|
|
|
.Tn ULTRIX
|
1998-01-23 16:36:57 +03:00
|
|
|
.Tn YP
|
|
|
|
servers.
|
1994-10-28 19:46:57 +03:00
|
|
|
.It Fl ypset
|
|
|
|
.Xr ypset 8
|
|
|
|
may be used to change the server to which a domain is bound.
|
|
|
|
.It Fl ypsetme
|
|
|
|
.Xr ypset 8
|
|
|
|
may be used only from this machine to change the server
|
|
|
|
to which a domain is bound.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The
|
1997-07-07 06:27:05 +04:00
|
|
|
.Fl broadcast
|
1996-10-01 04:22:27 +04:00
|
|
|
.Fl ypset ,
|
1994-10-28 19:46:57 +03:00
|
|
|
and
|
1997-07-07 06:27:05 +04:00
|
|
|
.Fl ypsetme ,
|
1996-10-01 04:22:27 +04:00
|
|
|
options are inherently insecure and should be avoided.
|
1994-10-28 19:46:57 +03:00
|
|
|
.Sh FILES
|
1997-10-06 05:20:15 +04:00
|
|
|
.Pa /var/yp/binding/<domain>.version
|
|
|
|
- binding file for <domain>.
|
|
|
|
.Pa /var/yp/binding/<domain>.ypservers
|
|
|
|
- explicit list of servers to bind to for <domain>.
|
1998-08-21 13:39:32 +04:00
|
|
|
.Sh DIAGNOSTICS
|
|
|
|
Messages are send to syslog daemon using facility LOG_DAEMON.
|
1994-10-28 19:46:57 +03:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr domainname 1 ,
|
|
|
|
.Xr ypcat 1 ,
|
|
|
|
.Xr ypmatch 1 ,
|
|
|
|
.Xr yppoll 8 ,
|
|
|
|
.Xr ypset 8 ,
|
|
|
|
.Xr ypwhich 1 ,
|
|
|
|
.Xr yp 8
|
|
|
|
.Sh AUTHOR
|
1996-10-01 04:22:27 +04:00
|
|
|
This version of
|
1997-07-07 06:27:05 +04:00
|
|
|
.Nm
|
1996-10-01 05:37:58 +04:00
|
|
|
was originally implemented by Theo de Raadt. The ypservers support was
|
1996-10-01 04:22:27 +04:00
|
|
|
implemented by Luke Mewburn.
|