From dbf49f77e59e985ce19590b1d5e85938fa23af4c139d7814169d0d1eec37fe33 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 13 Sep 2023 06:51:34 +0000 Subject: [PATCH] Accepting request 1110816 from home:Andreas_Schwab:Factory - Add systemd to passwd, group and shadow lookups (jsc#PED-5188) OBS-URL: https://build.opensuse.org/request/show/1110816 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=668 --- glibc.changes | 5 +++++ nsswitch.conf | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/glibc.changes b/glibc.changes index a085d8e..bada856 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 12 12:52:55 UTC 2023 - Andreas Schwab + +- Add systemd to passwd, group and shadow lookups (jsc#PED-5188) + ------------------------------------------------------------------- Mon Sep 11 09:20:07 UTC 2023 - Andreas Schwab diff --git a/nsswitch.conf b/nsswitch.conf index 7e3ba34..149c359 100644 --- a/nsswitch.conf +++ b/nsswitch.conf @@ -52,9 +52,9 @@ # shadow: db files # group: db files -passwd: compat -group: compat -shadow: compat +passwd: compat systemd +group: compat systemd +shadow: compat systemd # Allow initgroups to default to the setting for group. # initgroups: compat