diff options
author | Pete Fritchman <pfritchman@fxcm.com> | 2014-03-11 10:51:20 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-03-14 14:11:10 +0100 |
commit | d987dba42894aceff106d557b13812092028cc29 (patch) | |
tree | 239511cf5bcae2467483e36e56f86a2246806bf5 /src/man/pam_sss.8.xml | |
parent | 06b7bc8ca2e005ed510210d3b8dee16afbabbcc9 (diff) | |
download | sssd-d987dba42894aceff106d557b13812092028cc29.tar.gz sssd-d987dba42894aceff106d557b13812092028cc29.tar.xz sssd-d987dba42894aceff106d557b13812092028cc29.zip |
PAM: add ignore_unknown_user option
https://fedorahosted.org/sssd/ticket/2232
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/man/pam_sss.8.xml')
-rw-r--r-- | src/man/pam_sss.8.xml | 13 |
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> |