summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2016-03-18 16:24:18 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-06-09 11:58:07 +0200
commit875c90d531e6869a92da4b515db729ffce7c4244 (patch)
treea23cde461527c9620b356c7bcc84faa5e5c93532 /src/man/sssd.conf.5.xml
parentcc4caf88344210ea9777d618f0f71935ca5e7f8b (diff)
downloadsssd-875c90d531e6869a92da4b515db729ffce7c4244.tar.gz
sssd-875c90d531e6869a92da4b515db729ffce7c4244.tar.xz
sssd-875c90d531e6869a92da4b515db729ffce7c4244.zip
p11: add missing man page entry and config API
The pam_cert_auth and pam_cert_db_path option where missing in the config API and had no man page entries. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 09db9cd32..9633dacb7 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -1027,6 +1027,32 @@ pam_account_locked_message = Account locked, please contact help desk.
</listitem>
</varlistentry>
<varlistentry>
+ <term>pam_cert_auth (bool)</term>
+ <listitem>
+ <para>
+ Enable certificate based Smartcard authentication.
+ Since this requires additional communication with
+ the Smartcard which will delay the authentication
+ process this option is disabled by default.
+ </para>
+ <para>
+ Default: False
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>pam_cert_db_path (string)</term>
+ <listitem>
+ <para>
+ The path to the certificate database which contain
+ the PKCS#11 modules to access the Smartcard.
+ </para>
+ <para>
+ Default: /etc/pki/nssdb (NSS version)
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>p11_child_timeout (integer)</term>
<listitem>
<para>