summaryrefslogtreecommitdiff
path: root/modules/pam_listfile/pam_listfile.8.xml
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2007-08-30 00:11:15 +0000
committerSteve Langasek <vorlon@debian.org>2007-08-30 00:11:15 +0000
commit5abc6729b8abec8c6c978428b0421ae6d1e03fb0 (patch)
tree16dc5e3930768596fa39f1f3482be10eb6fc5b19 /modules/pam_listfile/pam_listfile.8.xml
parent7fcf0cda4797133807a67fab4c5b46c09f2f0452 (diff)
Relevant BUGIDs: Debian bug #84428
Purpose of commit: new feature Commit summary: --------------- 2007-08-29 Steve Langasek <vorlon@debian.org> * modules/pam_listfile/pam_listfile.c, modules/pam_listfile/README, modules/pam_listfile/pam_listfile.8, modules/pam_listfile/pam_listfile.8.xml: add a 'quiet' option to avoid logging errors any time a user is refused service by this module.
Diffstat (limited to 'modules/pam_listfile/pam_listfile.8.xml')
-rw-r--r--modules/pam_listfile/pam_listfile.8.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/pam_listfile/pam_listfile.8.xml b/modules/pam_listfile/pam_listfile.8.xml
index 0e90414a..2aab4962 100644
--- a/modules/pam_listfile/pam_listfile.8.xml
+++ b/modules/pam_listfile/pam_listfile.8.xml
@@ -33,6 +33,9 @@
<arg choice="opt">
apply=[<replaceable>user</replaceable>|<replaceable>@group</replaceable>]
</arg>
+ <arg choice="opt">
+ quiet
+ </arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -155,6 +158,18 @@
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>
+ <option>quiet</option>
+ </term>
+ <listitem>
+ <para>
+ Do not treat service refusals or missing list files as
+ errors that need to be logged.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>