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