From 3273e223adab32ef286f420ae62adbaa04e5d8aa Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 5 Aug 2026 01:53:39 +0900 Subject: [PATCH] man: mention userdb.transient.* credentials in userdbctl(1) These were only explained in systemd.system-credentials(7). Let's also list them in userdbctl(1). Follow-up for cc43510a139bd3002768c89c2d233158aaf418ca. --- man/userdbctl.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/man/userdbctl.xml b/man/userdbctl.xml index ce8367d9a8d..54a402fafb7 100644 --- a/man/userdbctl.xml +++ b/man/userdbctl.xml @@ -353,11 +353,16 @@ userdb.user.* userdb.group.* + userdb.transient.user.* + userdb.transient.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 + userdb.user.* and userdb.group.* credentials, records + are placed in /etc/userdb/, while for + userdb.transient.user.* and userdb.transient.group.* + credentials they are placed in /run/userdb/. These records implement the + interface described in nss-systemd8. 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