diff options
author | Andreas Henriksson <andreas@fatal.se> | 2020-01-09 21:29:29 +0100 |
---|---|---|
committer | Tomáš Mráz <t8m@users.noreply.github.com> | 2020-01-10 12:21:24 +0100 |
commit | fe93034d2a9b2f1f7a677e8d49a6da2e9dce9cb1 (patch) | |
tree | 57d14fecc085ea934db19156a3ef718be093db1c | |
parent | b92d8459e788233223e328ab0e79980e3cd44d97 (diff) | |
download | pam-fe93034d2a9b2f1f7a677e8d49a6da2e9dce9cb1.tar.gz pam-fe93034d2a9b2f1f7a677e8d49a6da2e9dce9cb1.tar.bz2 pam-fe93034d2a9b2f1f7a677e8d49a6da2e9dce9cb1.zip |
pam_umask: document the 'nousergroups' option
Add a short description of the nousergroups to the pam_umask(8)
man-page.
-rw-r--r-- | modules/pam_umask/pam_umask.8.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/pam_umask/pam_umask.8.xml b/modules/pam_umask/pam_umask.8.xml index 92693f7f..42016cdc 100644 --- a/modules/pam_umask/pam_umask.8.xml +++ b/modules/pam_umask/pam_umask.8.xml @@ -28,6 +28,9 @@ usergroups </arg> <arg choice="opt"> + nousergroups + </arg> + <arg choice="opt"> umask=<replaceable>mask</replaceable> </arg> </cmdsynopsis> @@ -121,6 +124,19 @@ <varlistentry> <term> + <option>nousergroups</option> + </term> + <listitem> + <para> + This is the direct opposite of the usergroups option described above, + which can be useful in case pam_umask has been compiled with + usergroups enabled by default and you want to disable it at runtime. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> <option>umask=<replaceable>mask</replaceable></option> </term> <listitem> |