From f01cfda7c98fb36f0602c419b3878995ab8970b6 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Fri, 23 Dec 2022 20:27:53 +0800 Subject: [PATCH] update nsswitch.conf file Signed-off-by: Benjamin Wang --- nsswitch.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/nsswitch.conf b/nsswitch.conf index e6ea3a887..3c827f100 100644 --- a/nsswitch.conf +++ b/nsswitch.conf @@ -1 +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 +