]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document the new tmpfiles --root= behaviour regarding users 15718/head
authorLennart Poettering <lennart@poettering.net>
Tue, 5 May 2020 21:23:00 +0000 (23:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 May 2020 14:35:20 +0000 (16:35 +0200)
man/systemd-tmpfiles.xml

index 7720ef53fa19fb2ba73dbb83299d365faeb6b56b..998fd0911baa5ba35df16e3a64d81ca51d81b53b 100644 (file)
         <listitem><para>Takes a directory path as an argument. All paths will be prefixed with the given alternate
         <replaceable>root</replaceable> path, including config search paths.</para>
 
-        <para>Note that this option does not alter how the users and groups specified in the configuration files are
-        resolved. With or without this option, users and groups are always resolved according to the host's user and
-        group databases, any such databases stored under the specified root directories are not
-        consulted.</para></listitem>
+        <para>When this option is used, the libc Name Service Switch (NSS) is bypassed for resolving users
+        and groups. Instead the files <filename>/etc/passwd</filename> and <filename>/etc/group</filename>
+        inside the alternate root are read directly. This means that users/groups not listed in these files
+        will not be resolved, i.e. LDAP NIS and other complex databases are not considered.</para></listitem>
       </varlistentry>
 
       <varlistentry>