commit 5712caa2175c757caa87a8b2d5cce4582feb9e35
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jun 23 12:00:32 2023 +0200
Update nsswitch
roles/fas_client/files/nsswitch.conf | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/roles/fas_client/files/nsswitch.conf b/roles/fas_client/files/nsswitch.conf
index 8da4a65..335af38 100644
--- a/roles/fas_client/files/nsswitch.conf
+++ b/roles/fas_client/files/nsswitch.conf
@@ -21,12 +21,12 @@
# [NOTFOUND=return] Stop searching if not found so far
#
-passwd: db files
+passwd: db files systemd
shadow: db files
-group: db files
+group: db files systemd
#hosts: db files nisplus nis dns
-hosts: files dns myhostname
+hosts: files myhostname resolve [!UNAVAIL=return] dns
bootparams: nisplus [NOTFOUND=return] files
Show replies by date