diff options
Diffstat (limited to 'modules')
-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> |