diff options
author | 2021-02-27 18:37:33 +0100 | |
---|---|---|
committer | 2021-02-27 20:22:58 +0100 | |
commit | 5510d44bea20bbf9941c4a56a6e67a22b237ebcd (patch) | |
tree | fd769ce63106e60369c389b0dda208863e60bcc4 | |
parent | string: Work around GCC PR 98512 in rawmemchr (diff) | |
download | glibc-gentoo/glibc-2.33-2.tar.gz glibc-gentoo/glibc-2.33-2.tar.bz2 glibc-gentoo/glibc-2.33-2.zip |
Enable nss-systemd in nsswitch.confgentoo/glibc-2.33-2
See
https://bugs.gentoo.org/768366
https://www.freedesktop.org/software/systemd/man/nss-systemd.html
Bug: https://bugs.gentoo.org/768366
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | nss/nsswitch.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nss/nsswitch.conf b/nss/nsswitch.conf index 40030d1dd7..c767b0b929 100644 --- a/nss/nsswitch.conf +++ b/nss/nsswitch.conf @@ -53,14 +53,14 @@ # In alphabetical order. Re-order as required to optimize peformance. aliases: files ethers: files -group: files +group: files [SUCCESS=merge] systemd gshadow: files hosts: files dns # Allow initgroups to default to the setting for group. # initgroups: files netgroup: files networks: files dns -passwd: files +passwd: files systemd protocols: files publickey: files rpc: files |