From fe93034d2a9b2f1f7a677e8d49a6da2e9dce9cb1 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Thu, 9 Jan 2020 21:29:29 +0100 Subject: pam_umask: document the 'nousergroups' option Add a short description of the nousergroups to the pam_umask(8) man-page. --- modules/pam_umask/pam_umask.8.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 @@ -27,6 +27,9 @@ usergroups + + nousergroups + umask=mask @@ -119,6 +122,19 @@ + + + + + + + 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. + + + + -- cgit v1.2.3