]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/cdrom/roottree/etc/nsswitch.conf
Updates
[bacula/rescue] / rescue / linux / cdrom / roottree / etc / nsswitch.conf
1 #
2 # /etc/nsswitch.conf
3 #
4 # An example Name Service Switch config file. This file should be
5 # sorted with the most-used services at the beginning.
6 #
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.
12 #
13 # Legal entries are:
14 #
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
23 #
24
25 # To use db, put the "db" in front of "files" for entries you want to be
26 # looked up first in the databases
27 #
28 # Example:
29
30 passwd:     files
31 shadow:     files
32 group:      files
33 hosts:      files
34 bootparams: files
35 ethers:     files
36 netmasks:   files
37 networks:   files
38 protocols:  files
39 rpc:        files
40 services:   files
41 netgroup:   files
42 publickey:  files
43 automount:  files
44 aliases:    files