diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-02-27 18:37:33 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-02-27 18:37:33 +0100 |
commit | bd0e6361082106bd0a053244610a66063b91baed (patch) | |
tree | 4000885feee70a0135fd274d6980c5794a940c4d | |
parent | gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256) (diff) | |
download | glibc-gentoo/2.32.tar.gz glibc-gentoo/2.32.tar.bz2 glibc-gentoo/2.32.zip |
[Gentoo] Enable nss-systemd in nsswitch.confgentoo/glibc-2.32-8gentoo/2.32
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 |