diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-12 07:41:38 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-12 07:41:38 -0700 |
commit | 988f87314392bbc28e242b3308670eba8f8b1f9c (patch) | |
tree | c27d2c5ce302f4c249d58718ed4539ef1bd7b4d8 /etc | |
parent | 4c07ea26c86059706989fa61badb971dc3618835 (diff) |
default nsswitch.conf
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nsswitch.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/nsswitch.conf b/etc/nsswitch.conf new file mode 100644 index 00000000..1ca05d57 --- /dev/null +++ b/etc/nsswitch.conf @@ -0,0 +1,19 @@ +# Name Service Switch configuration file. +# See nsswitch.conf(5) for details. + +passwd: files systemd +group: files [SUCCESS=merge] systemd +shadow: files systemd +gshadow: files systemd + +publickey: files + +hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns +networks: files + +protocols: files +services: files +ethers: files +rpc: files + +netgroup: files |