From a8d887323f83984679a7d9b827a70146656bb7b2 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 10 Jul 2015 17:54:07 +0200 Subject: PAM: add certificate support to PAM (pre-)auth requests Reviewed-by: Jakub Hrozek --- src/sss_client/sss_cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sss_client') 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. */ -- cgit