From 83a87a60f63815b4345c2ee5a9a4d6765ff96109 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Sun, 17 Nov 2024 19:26:18 -0300 Subject: [PATCH] Add etc/nsswitch.conf --- etc/nsswitch.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 etc/nsswitch.conf diff --git a/etc/nsswitch.conf b/etc/nsswitch.conf new file mode 100644 index 0000000..dd25131 --- /dev/null +++ b/etc/nsswitch.conf @@ -0,0 +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: files systemd sss +group: files systemd sss +shadow: files systemd sss +gshadow: files systemd + +hosts: files myhostname sss mdns4_minimal [NOTFOUND=return] dns +networks: files + +protocols: db files +services: db files sss +ethers: db files +rpc: db files + +netgroup: nis sss + +automount: files sss \ No newline at end of file