From 7eb860689991a2b6f7dd59236add2fed53847b66797107856c25a145c09c5640 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 5 Dec 2023 10:04:40 +0000 Subject: [PATCH] Accepting request 1130944 from home:Andreas_Schwab:Factory - Remove systemd from shadow and gshadow lookups (bsc#1217220) OBS-URL: https://build.opensuse.org/request/show/1130944 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=685 --- glibc.changes | 5 +++++ nsswitch.conf | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/glibc.changes b/glibc.changes index 8fa3270..52b3fd1 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 4 15:16:38 UTC 2023 - Andreas Schwab + +- Remove systemd from shadow and gshadow lookups (bsc#1217220) + ------------------------------------------------------------------- Mon Oct 23 09:52:12 UTC 2023 - Andreas Schwab diff --git a/nsswitch.conf b/nsswitch.conf index 939bc40..4095b8c 100644 --- a/nsswitch.conf +++ b/nsswitch.conf @@ -54,7 +54,7 @@ passwd: compat systemd group: compat systemd -shadow: compat systemd +shadow: compat # Allow initgroups to default to the setting for group. # initgroups: compat @@ -63,7 +63,7 @@ networks: files dns aliases: files usrfiles ethers: files usrfiles -gshadow: files usrfiles systemd +gshadow: files usrfiles netgroup: files nis protocols: files usrfiles publickey: files