OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / ypbind-mt / original / man5 / yp.conf.5
1 .\" -*- nroff -*-
2 .\" Copyright 1998, 1999, 2002 Thorsten Kukuk <kukuk@suse.de>
3 .\"
4 .\" This file is part of ypbind-mt.
5 .\"
6 .\" ypbind-mt is free software; you can redistribute it and/or
7 .\" modify it under the terms of the GNU General Public License as
8 .\" published by the Free Software Foundation; either version 2 of the
9 .\" License, or (at your option) any later version.
10 .\"
11 .\" ypbind-mt is distributed in the hope that it will be useful,
12 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
13 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 .\" General Public License for more details.
15 .\"
16 .\" You should have received a copy of the GNU General Public
17 .\" License along with ypbind-mt; see the file COPYING.  If not,
18 .\" write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 .\" Boston, MA 02111-1307, USA.
20 .\"
21 .TH yp.conf 5 "April 2002" "ypbind-mt Version 1.16"
22 .SH NAME
23 /etc/yp.conf - NIS binding configuration file
24 .SH DESCRIPTION
25 The file
26 .B /etc/yp.conf
27 is read from
28 .BR ypbind (8)
29 at startup or when receiving signal SIGHUP.
30 The entries are used for the initial binding.
31 Valid entries are
32
33 .B domain
34 .I nisdomain
35 .B server
36 .I hostname
37 .RS
38 Use server
39 .I hostname
40 for the domain
41 .IR nisdomain .
42 You could have more then one entry of this type for a single domain.
43 .RE
44
45 .B domain
46 .I nisdomain
47 .B broadcast
48 .RS
49 Use broadcast on the local net for domain
50 .IR nisdomain .
51 .RE
52
53 .B ypserver
54 .I hostname
55 .RS
56 Use server
57 .I server
58 for the local domain.
59 .RE
60
61 .B broadcast
62 .RS
63 If no other server is given or all of them are not reachable,
64 try a broadcast call for the default domain to find a server.
65 .RE
66
67 If for a specific domain the broadcast option and fixed server are given,
68 .BR ypbind-mt
69 tries at first the given servers before falling back to broadcasting
70 for a running server.
71 .SH "SEE ALSO"
72 .BR ypbind (8)
73 .SH AUTHOR
74 .B ypbind-mt
75 was written by Thorsten Kukuk <kukuk@suse.de>.