9621 Make createtxg and guid properties public
[unleashed.git] / usr / src / cmd / netfiles / nsswitch.nis
blob064fdc40d981d8f1c337bc6164319bdce9178f18
1 # CDDL HEADER START
3 # The contents of this file are subject to the terms of the
4 # Common Development and Distribution License (the "License").
5 # You may not use this file except in compliance with the License.
7 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8 # or http://www.opensolaris.org/os/licensing.
9 # See the License for the specific language governing permissions
10 # and limitations under the License.
12 # When distributing Covered Code, include this CDDL HEADER in each
13 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14 # If applicable, add the following below this CDDL HEADER, with the
15 # fields enclosed by brackets "[]" replaced with your own identifying
16 # information: Portions Copyright [yyyy] [name of copyright owner]
18 # CDDL HEADER END
20 # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
24 # /etc/nsswitch.nis:
26 # An example file that could be copied over to /etc/nsswitch.conf; it
27 # uses NIS (YP) in conjunction with files.
29 # "hosts:" and "services:" in this file are used only if the
30 # /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.
32 # NIS service requires that svc:/network/nis/client:default be enabled
33 # and online.
35 # the following two lines obviate the "+" entry in /etc/passwd and /etc/group.
36 passwd:     files nis
37 group:      files nis
39 # consult /etc "files" only if nis is down. 
40 hosts:      files nis
42 # Note that IPv4 addresses are searched for in all of the ipnodes databases
43 # before searching the hosts databases.
44 ipnodes:    files nis
46 networks:   files nis
47 protocols:  files nis
48 rpc:        files nis
49 ethers:     files nis
50 netmasks:   files nis
51 bootparams: files nis
52 publickey:  files nis
54 netgroup:   nis
56 automount:  files nis
57 aliases:    files nis
59 # for efficient getservbyname() avoid nis
60 services:   files nis
61 printers:       user files nis
63 auth_attr:  files nis
64 prof_attr:  files nis
65 project:    files nis