From: Lennart Poettering Date: Mon, 2 Jun 2025 13:15:33 +0000 (+0200) Subject: man: emphasize that systemd-userdb-load-credentials.service doesn't do UID/GID allocation X-Git-Tag: v258-rc1~420^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F37693%2Fhead;p=thirdparty%2Fsystemd.git man: emphasize that systemd-userdb-load-credentials.service doesn't do UID/GID allocation --- diff --git a/man/userdbctl.xml b/man/userdbctl.xml index 174f8542363..194f8e0e6f3 100644 --- a/man/userdbctl.xml +++ b/man/userdbctl.xml @@ -345,16 +345,15 @@ userdb.user.* userdb.group.* - These credentials should contain valid - JSON User and - JSON Group records. For each matching - credential, various files are created in /etc/userdb/, implementing the - interface described in + These credentials should contain valid JSON + User and JSON Group records. For + each matching credential, various files are created in /etc/userdb/, + implementing the interface described in nss-systemd8. - Any passed user records must contain uid and gid fields. Any passed group records must - contain a gid field. For both user and group records, the credential suffix (for - userdb.user.foobar the suffix is foobar) must match the - user or group name encoded in the record. + Any passed user records must contain valid UID and GID fields. Any passed group records must + contain a GID field (i.e. automatic UID/GID allocation is not supported). For both user and + group records, the credential suffix (for userdb.user.foobar the suffix is + foobar) must match the user or group name encoded in the record.