From fb045f6e5a9a7f8936ad6f89c28862dcd035a4fe Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 24 Mar 2015 17:24:50 +0100 Subject: Add pre-auth request MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Lukáš Slebodník --- src/sss_client/sss_cli.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/sss_client') diff --git a/src/sss_client/sss_cli.h b/src/sss_client/sss_cli.h index 9a19d7d47..2895659b9 100644 --- a/src/sss_client/sss_cli.h +++ b/src/sss_client/sss_cli.h @@ -220,6 +220,10 @@ enum sss_cli_command { SSS_CMD_RENEW = 0x00F8, /**< Renew a credential with a limited * lifetime, e.g. a Kerberos Ticket * Granting Ticket (TGT) */ + SSS_PAM_PREAUTH = 0x00F9, /**< Request which can be run before + * an authentication request to find + * out which authentication methods + * are available for the given user. */ /* PAC responder calls */ SSS_PAC_ADD_PAC_USER = 0x0101, -- cgit