X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsysusers.d.xml;h=18c71db63e737635eb213c4c12849f96862e1db2;hb=e4c691b59db60ef2e6d8e64766d6ae02cd0dd457;hp=1832ecf0e6e4cfc2ffe4190c05d65cdf377fabde;hpb=7629889c86005017eb1a7f1f803c0d8e7a5bef08;p=elogind.git diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml index 1832ecf0e..18c71db63 100644 --- a/man/sysusers.d.xml +++ b/man/sysusers.d.xml @@ -134,6 +134,25 @@ u root 0 "Superuser" /root will be implicitly created. + + + r + Add a range of + numeric UIDs/GIDs to the pool + to allocate new UIDs and GIDs + from. If no line of this type + is specified the range of + UIDs/GIDs is set to some + compiled-in default. Note that + both UIDs and GIDs are + allocated from the same pool, + in order to ensure that users + and groups of the same name + are likely to carry the same + numeric UID and + GID. + + @@ -154,6 +173,10 @@ u root 0 "Superuser" /root For m lines this field should contain the user name to add to a group. + + For lines of type r + this field should be set to + -. @@ -175,6 +198,14 @@ u root 0 "Superuser" /root For m lines this field should contain the group name to add to a user to. + + For lines of type r + this field should be set to a UID/GID range in + the format FROM-TO where + both values are formatted as decimal ASCII + numbers. Alternatively, a single UID/GID may + be specified formatted as decimal ASCII + numbers.