Skip to content

Commit

Permalink
update nsswitch.conf for 3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Dec 23, 2022
1 parent dd30268 commit cff3045
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions nsswitch.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.

passwd: compat
group: compat
shadow: compat
gshadow: files

hosts: files dns
networks: files

protocols: db files
services: db files
ethers: db files
rpc: db files

netgroup: nis
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4

0 comments on commit cff3045

Please sign in to comment.