mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
17 lines
257 B
Plaintext
17 lines
257 B
Plaintext
|
# /etc/nsswitch.conf
|
||
|
#
|
||
|
# Example configuration of GNU Name Service Switch functionality.
|
||
|
#
|
||
|
|
||
|
passwd: db files
|
||
|
group: db files
|
||
|
shadow: db files
|
||
|
|
||
|
hosts: files dns
|
||
|
networks: files dns
|
||
|
|
||
|
protocols: db files
|
||
|
services: db files
|
||
|
ethers: db files
|
||
|
rpc: db files
|