2.5-18.1
[glibc.git] / fedora / nsswitch.conf
bloba787750d3199d296d6f22fc2722d8e222707f1bd
2 # /etc/nsswitch.conf
4 # An example Name Service Switch config file. This file should be
5 # sorted with the most-used services at the beginning.
7 # The entry '[NOTFOUND=return]' means that the search for an
8 # entry should stop if the search in the previous entry turned
9 # up nothing. Note that if the search failed due to some other reason
10 # (like no NIS server responding) then the search continues with the
11 # next entry.
13 # Legal entries are:
15 #       nisplus or nis+         Use NIS+ (NIS version 3)
16 #       nis or yp               Use NIS (NIS version 2), also called YP
17 #       dns                     Use DNS (Domain Name Service)
18 #       files                   Use the local files
19 #       db                      Use the local database (.db) files
20 #       compat                  Use NIS on compat mode
21 #       hesiod                  Use Hesiod for user lookups
22 #       [NOTFOUND=return]       Stop searching if not found so far
25 # To use db, put the "db" in front of "files" for entries you want to be
26 # looked up first in the databases
28 # Example:
29 #passwd:    db files nisplus nis
30 #shadow:    db files nisplus nis
31 #group:     db files nisplus nis
33 passwd:     files
34 shadow:     files
35 group:      files
37 #hosts:     db files nisplus nis dns
38 hosts:      files dns
40 # Example - obey only what nisplus tells us...
41 #services:   nisplus [NOTFOUND=return] files
42 #networks:   nisplus [NOTFOUND=return] files
43 #protocols:  nisplus [NOTFOUND=return] files
44 #rpc:        nisplus [NOTFOUND=return] files
45 #ethers:     nisplus [NOTFOUND=return] files
46 #netmasks:   nisplus [NOTFOUND=return] files     
48 bootparams: nisplus [NOTFOUND=return] files
50 ethers:     files
51 netmasks:   files
52 networks:   files
53 protocols:  files
54 rpc:        files
55 services:   files
57 netgroup:   nisplus
59 publickey:  nisplus
61 automount:  files nisplus
62 aliases:    files nisplus