summaryrefslogtreecommitdiffstats
path: root/src/sss_client
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2015-03-24 17:26:53 +0100
committerSumit Bose <sbose@redhat.com>2015-05-08 09:13:27 +0200
commit4b1b2e60d0764fed289eada9a7afbfd1993cadcd (patch)
tree896dd1a63e47f8acc1b971ee546eb4d292e53458 /src/sss_client
parentfb045f6e5a9a7f8936ad6f89c28862dcd035a4fe (diff)
downloadsssd-4b1b2e60d0764fed289eada9a7afbfd1993cadcd.tar.gz
sssd-4b1b2e60d0764fed289eada9a7afbfd1993cadcd.tar.xz
sssd-4b1b2e60d0764fed289eada9a7afbfd1993cadcd.zip
krb5-child: add preauth and split 2fa token support
Reviewed-by: Lukáš Slebodník <lslebodn@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 2895659b9..1d7e8549c 100644
--- a/src/sss_client/sss_cli.h
+++ b/src/sss_client/sss_cli.h
@@ -402,6 +402,12 @@ enum response_type {
* the user.This should only be used in the case where
* it is not possile to use SSS_PAM_USER_INFO.
* @param A zero terminated string. */
+ SSS_PAM_OTP_INFO, /**< A message which optionally may contain the name
+ * of the vendor, the ID of an OTP token and a
+ * challenge.
+ * @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_OTP, /**< Indicates that the autotok was a OTP, so don't
* cache it. There is no message.
* @param None. */