mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
f43a19ecd6
This ensures we not only synthesize regular paswd/group records of userdb records, but shadow records as well. This should make sure that userdb can be used as comprehensive superset of the classic passwd/group/shadow/gshadow functionality.
17 lines
391 B
Plaintext
17 lines
391 B
Plaintext
# This file is part of systemd.
|
|
|
|
passwd: compat systemd
|
|
group: compat [SUCCESS=merge] systemd
|
|
shadow: compat systemd
|
|
gshadow: files systemd
|
|
|
|
hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns
|
|
networks: files
|
|
|
|
protocols: db files
|
|
services: db files
|
|
ethers: db files
|
|
rpc: db files
|
|
|
|
netgroup: nis
|