diff options
author | MIZUTA Takeshi <mizuta.takeshi@fujitsu.com> | 2019-10-03 01:30:21 +0900 |
---|---|---|
committer | Tomáš Mráz <t8m@users.noreply.github.com> | 2019-10-03 08:36:12 +0200 |
commit | 727799854ebfc5dea5006ec374f01ad4c0889783 (patch) | |
tree | a3fae5b065145265f2abe9616c1d0f15d4f1128b /modules/pam_mkhomedir | |
parent | ea78d6764353c5510b235846452e6810d009b78e (diff) | |
download | pam-727799854ebfc5dea5006ec374f01ad4c0889783.tar.gz pam-727799854ebfc5dea5006ec374f01ad4c0889783.tar.bz2 pam-727799854ebfc5dea5006ec374f01ad4c0889783.zip |
pam_mkhomedir: Add debug option to pam_mkhomedir(8) man page
Diffstat (limited to 'modules/pam_mkhomedir')
-rw-r--r-- | modules/pam_mkhomedir/pam_mkhomedir.8.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/pam_mkhomedir/pam_mkhomedir.8.xml b/modules/pam_mkhomedir/pam_mkhomedir.8.xml index c980ce1d..d7606f2b 100644 --- a/modules/pam_mkhomedir/pam_mkhomedir.8.xml +++ b/modules/pam_mkhomedir/pam_mkhomedir.8.xml @@ -26,6 +26,9 @@ silent </arg> <arg choice="opt"> + debug + </arg> + <arg choice="opt"> umask=<replaceable>mode</replaceable> </arg> <arg choice="opt"> @@ -69,6 +72,20 @@ <varlistentry> <term> + <option>debug</option> + </term> + <listitem> + <para> + Turns on debugging via + <citerefentry> + <refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum> + </citerefentry>. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> <option>umask=<replaceable>mask</replaceable></option> </term> <listitem> |