summaryrefslogtreecommitdiffstats
path: root/src/sss_client
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2015-07-10 17:54:07 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-07-31 09:52:01 +0200
commita8d887323f83984679a7d9b827a70146656bb7b2 (patch)
treee6b93747e75ac876e7c8acf6a1b79db0ec65fb04 /src/sss_client
parent10703cd558016685ee778e333f1d4490238d46e7 (diff)
downloadsssd-a8d887323f83984679a7d9b827a70146656bb7b2.tar.gz
sssd-a8d887323f83984679a7d9b827a70146656bb7b2.tar.xz
sssd-a8d887323f83984679a7d9b827a70146656bb7b2.zip
PAM: add certificate support to PAM (pre-)auth requests
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/sss_client')
-rw-r--r--src/sss_client/sss_cli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sss_client/sss_cli.h b/src/sss_client/sss_cli.h
index 3c4e938ae..f39ceba5e 100644
--- a/src/sss_client/sss_cli.h
+++ b/src/sss_client/sss_cli.h
@@ -417,6 +417,7 @@ enum response_type {
* @param Three zero terminated strings, if one of the
* strings is missing the message will contain only
* an empty string (\0) for that component. */
+ SSS_PAM_CERT_INFO,
SSS_OTP, /**< Indicates that the autotok was a OTP, so don't
* cache it. There is no message.
* @param None. */