mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
1684c56f40
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
16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
# This file is part of systemd.
|
|
|
|
passwd: compat mymachines systemd
|
|
group: compat [SUCCESS=merge] mymachines [SUCCESS=merge] systemd
|
|
shadow: compat
|
|
|
|
hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname
|
|
networks: files
|
|
|
|
protocols: db files
|
|
services: db files
|
|
ethers: db files
|
|
rpc: db files
|
|
|
|
netgroup: nis
|