]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Mention that JSON user record files should have the .user extension
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 18 Sep 2023 11:23:58 +0000 (13:23 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 18 Sep 2023 12:52:06 +0000 (14:52 +0200)
man/systemd-userdbd.service.xml

index 63673d9dc018552c61925a75b5dadf7aa60e5f39..71a5dff603e366b1cf84a180356685a178f40004 100644 (file)
     <para><command>systemd-userdbd</command> is a system service that multiplexes user/group lookups to all
     local services that provide JSON user/group record definitions to the system. In addition it synthesizes
     JSON user/group records from classic UNIX/glibc NSS user/group records in order to provide full backwards
-    compatibility. It may also pick up statically defined JSON user/group records from drop-in files in
+    compatibility. It may also pick up statically defined JSON user/group records from files in
     <filename>/etc/userdb/</filename>, <filename>/run/userdb/</filename>,
-    <filename>/run/host/userdb/</filename> and <filename>/usr/lib/userdb/</filename>.</para>
+    <filename>/run/host/userdb/</filename> and <filename>/usr/lib/userdb/</filename> with the
+    <literal>.user</literal> extension.</para>
 
     <para>Most of <command>systemd-userdbd</command>'s functionality is accessible through the
     <citerefentry><refentrytitle>userdbctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>