diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-07-04 18:31:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-01-15 15:29:07 +0100 |
commit | 1684c56f40f020e685e70b3d1785d596ff16f892 (patch) | |
tree | 536cc71bb4b71c6c256d66351e7025f8417ed6f6 /factory | |
parent | 19d22d433d3a0d93c81be079ed23dfca004a905a (diff) | |
download | systemd-1684c56f40f020e685e70b3d1785d596ff16f892.tar.gz |
nss: hook up nss-systemd with userdb varlink bits
This changes nss-systemd to use the new varlink user/group APIs for
looking up everything.
(This also changes the factory /etc/nsswitch.conf line to use for
hooking up nss-system to use glibc's [SUCCESS=merge] feature so that we
can properly merge group membership lists).
Fixes: #12492
Diffstat (limited to 'factory')
-rw-r--r-- | factory/etc/nsswitch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/factory/etc/nsswitch.conf b/factory/etc/nsswitch.conf index 5470993e34..e7365cd142 100644 --- a/factory/etc/nsswitch.conf +++ b/factory/etc/nsswitch.conf @@ -1,7 +1,7 @@ # This file is part of systemd. passwd: compat mymachines systemd -group: compat mymachines systemd +group: compat [SUCCESS=merge] mymachines [SUCCESS=merge] systemd shadow: compat hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname |