diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-05-05 16:11:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-05-08 14:35:28 +0200 |
commit | f43a19ecd6e3415ec223f245204b4eaaff739af4 (patch) | |
tree | 81745ffa658dd9ec54081488c7e090c65f1702a4 /man/nss-mymachines.xml | |
parent | nss-systemd: set USERDB_SUPPRESS_SHADOW flag when looking up user records (diff) | |
download | systemd-f43a19ecd6e3415ec223f245204b4eaaff739af4.tar.xz systemd-f43a19ecd6e3415ec223f245204b4eaaff739af4.zip |
nss-systemd: synthesize NSS shadow/gshadow records from userdb, as well
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.
Diffstat (limited to 'man/nss-mymachines.xml')
-rw-r--r-- | man/nss-mymachines.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/nss-mymachines.xml b/man/nss-mymachines.xml index b2785df410..03fcd4308e 100644 --- a/man/nss-mymachines.xml +++ b/man/nss-mymachines.xml @@ -57,7 +57,8 @@ <!-- synchronize with other nss-* man pages and factory/etc/nsswitch.conf --> <programlisting>passwd: compat systemd group: compat [SUCCESS=merge] systemd -shadow: compat +shadow: compat systemd +gshadow: files systemd hosts: <command>mymachines</command> resolve [!UNAVAIL=return] files myhostname dns networks: files |