summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-05-26 18:31:06 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-06-03 11:11:30 +0200
commitffa42f689dded74b0c0b0451bff3516bc4003179 (patch)
tree6cd4881173be79c1cf0bb2cffd93c45cb31af60b /src/man
parent683e1f67d08be7165ea456d4594c4c8a4eddc9b3 (diff)
downloadsssd-ffa42f689dded74b0c0b0451bff3516bc4003179.tar.gz
sssd-ffa42f689dded74b0c0b0451bff3516bc4003179.tar.xz
sssd-ffa42f689dded74b0c0b0451bff3516bc4003179.zip
PAM: add ignore_authinfo_unavail option
Resolves: https://fedorahosted.org/sssd/ticket/2232 Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r--src/man/pam_sss.8.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/man/pam_sss.8.xml b/src/man/pam_sss.8.xml
index e42cb2d62..859d42eea 100644
--- a/src/man/pam_sss.8.xml
+++ b/src/man/pam_sss.8.xml
@@ -40,6 +40,9 @@
<arg choice='opt'>
<replaceable>ignore_unknown_user</replaceable>
</arg>
+ <arg choice='opt'>
+ <replaceable>ignore_authinfo_unavail</replaceable>
+ </arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -116,6 +119,17 @@
the PAM framework to ignore this module.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <option>ignore_authinfo_unavail</option>
+ </term>
+ <listitem>
+ <para>
+ Specifies that the PAM module should return PAM_IGNORE
+ if it cannot contact the SSSD daemon. This causes
+ the PAM framework to ignore this module.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>