]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: emphasize that systemd-userdb-load-credentials.service doesn't do UID/GID allocation 37693/head
authorLennart Poettering <lennart@poettering.net>
Mon, 2 Jun 2025 13:15:33 +0000 (15:15 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 2 Jun 2025 13:16:31 +0000 (15:16 +0200)
man/userdbctl.xml

index 174f85423632914f83ab2b60844707807c2472b6..194f8e0e6f3a6793d704d94fda652a32639c4300 100644 (file)
               <term><varname>userdb.user.*</varname></term>
               <term><varname>userdb.group.*</varname></term>
               <listitem>
-                <para>These credentials should contain valid
-                <ulink url="https://systemd.io/USER_RECORD">JSON User</ulink> and
-                <ulink url="https://systemd.io/GROUP_RECORD">JSON Group</ulink> records. For each matching
-                credential, various files are created in <filename>/etc/userdb/</filename>, implementing the
-                interface described in
+                <para>These credentials should contain valid <ulink url="https://systemd.io/USER_RECORD">JSON
+                User</ulink> and <ulink url="https://systemd.io/GROUP_RECORD">JSON Group</ulink> records. For
+                each matching credential, various files are created in <filename>/etc/userdb/</filename>,
+                implementing the interface described in
                 <citerefentry><refentrytitle>nss-systemd</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
-                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
-                <literal>userdb.user.foobar</literal> the suffix is <literal>foobar</literal>) must match the
-                user or group name encoded in the record.</para>
+                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 <literal>userdb.user.foobar</literal> the suffix is
+                <literal>foobar</literal>) must match the user or group name encoded in the record.</para>
 
                 <xi:include href="version-info.xml" xpointer="v258"/>
               </listitem>