]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
manpages: mention NSS in new[ug]idmap manpages 332/head
authorSerge Hallyn <serge@hallyn.com>
Tue, 4 May 2021 19:39:26 +0000 (14:39 -0500)
committerSerge Hallyn <serge@hallyn.com>
Tue, 4 May 2021 19:39:26 +0000 (14:39 -0500)
Closes #328

Signed-off-by: Serge Hallyn <serge@hallyn.com>
man/newgidmap.1.xml
man/newuidmap.1.xml

index 71b03e567f75049f537a966d98532b38c42262ea..76fc1e3065cbec5a6811eb0aa09368aa416fc730 100644 (file)
@@ -88,7 +88,8 @@
     <title>DESCRIPTION</title>
     <para>
       The <command>newgidmap</command> sets <filename>/proc/[pid]/gid_map</filename> based on its
-      command line arguments and the gids allowed in <filename>/etc/subgid</filename>.
+      command line arguments and the gids allowed (either in <filename>/etc/subgid</filename> or
+      through the configured NSS subid module).
       Note that the root user is not exempted from the requirement for a valid
       <filename>/etc/subgid</filename> entry.
     </para>
index a6f1f085208285f40686902af7597ee268611602..44eca50a469fa315913324d968801ececb7fd6eb 100644 (file)
@@ -88,7 +88,8 @@
     <title>DESCRIPTION</title>
     <para>
       The <command>newuidmap</command> sets <filename>/proc/[pid]/uid_map</filename> based on its
-      command line arguments and the uids allowed in <filename>/etc/subuid</filename>.
+      command line arguments and the uids allowed (either in <filename>/etc/subuid</filename> or
+      through the configured NSS subid module).
       Note that the root user is not exempted from the requirement for a valid
       <filename>/etc/subuid</filename> entry.
     </para>