summaryrefslogtreecommitdiffstats
path: root/src/sss_client
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2015-10-12 11:52:56 +0200
committerJakub Hrozek <jhrozek@redhat.com>2017-02-23 10:15:16 +0100
commit2d527aab0bab0c5323b7ea09c9a8c3820f4f8736 (patch)
tree4fe47afd3ff19934fabae7764edfb2b539e72e13 /src/sss_client
parent52f45837ded98564968da42229b37db6a36ad627 (diff)
downloadsssd-2d527aab0bab0c5323b7ea09c9a8c3820f4f8736.tar.gz
sssd-2d527aab0bab0c5323b7ea09c9a8c3820f4f8736.tar.xz
sssd-2d527aab0bab0c5323b7ea09c9a8c3820f4f8736.zip
KRB5: allow pkinit pre-authentication
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/sss_client')
-rw-r--r--src/sss_client/sss_cli.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sss_client/sss_cli.h b/src/sss_client/sss_cli.h
index b6610bc6d..8091e1151 100644
--- a/src/sss_client/sss_cli.h
+++ b/src/sss_client/sss_cli.h
@@ -431,6 +431,12 @@ enum response_type {
* SSS_PAM_OTP_INFO to determine the type of
* prompting. There is no message.
* @param None. */
+ SSS_CERT_AUTH_PROMPTING, /**< Indicates that on the server side
+ * Smartcard/certificate based authentication is
+ * available for the selected account. This might
+ * be used together with other prompting options
+ * to determine the type of prompting.
+ * @param None. */
};
/**