1# /etc/nsswitch.conf
2#
3# Example configuration of GNU Name Service Switch functionality.
4# If you have the `glibc-doc' and `info' packages installed, try:
5# `info libc "Name Service Switch"' for information about this file.
6
7passwd:         compat
8group:          compat
9shadow:         compat
10
11hosts:          files dns
12networks:       files
13
14protocols:      db files
15services:       db files
16ethers:         db files
17rpc:            db files
18
19netgroup:       nis
20