summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorPete Fritchman <pfritchman@fxcm.com>2014-03-11 10:51:20 -0400
committerJakub Hrozek <jhrozek@redhat.com>2014-03-14 14:12:30 +0100
commitcb7e16f9fbb989d06b6b01e0a21e69a749dffa08 (patch)
tree2cd7ee8352b19581fc7efdfdc2f9c388a50b1134 /src/man
parente657a39250e39294de17a067ac1972839b902d81 (diff)
downloadsssd-cb7e16f9fbb989d06b6b01e0a21e69a749dffa08.tar.gz
sssd-cb7e16f9fbb989d06b6b01e0a21e69a749dffa08.tar.xz
sssd-cb7e16f9fbb989d06b6b01e0a21e69a749dffa08.zip
PAM: add ignore_unknown_user option
https://fedorahosted.org/sssd/ticket/2232 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> (cherry picked from commit d987dba42894aceff106d557b13812092028cc29)
Diffstat (limited to 'src/man')
-rw-r--r--src/man/pam_sss.8.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/man/pam_sss.8.xml b/src/man/pam_sss.8.xml
index 954f69614..e42cb2d62 100644
--- a/src/man/pam_sss.8.xml
+++ b/src/man/pam_sss.8.xml
@@ -37,6 +37,9 @@
<arg choice='opt'>
<replaceable>retry=N</replaceable>
</arg>
+ <arg choice='opt'>
+ <replaceable>ignore_unknown_user</replaceable>
+ </arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -103,6 +106,16 @@
<option>PasswordAuthentication</option>.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <option>ignore_unknown_user</option>
+ </term>
+ <listitem>
+ <para>If this option is specified and the user does not
+ exist, the PAM module will return PAM_IGNORE. This causes
+ the PAM framework to ignore this module.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>