From 4039db6e6b34330fec51bc765f40e85bf7b61141 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 14 Sep 2009 09:55:33 +0200 Subject: make cli_pid mandatory and increase version number of pam protocol --- sss_client/sss_cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sss_client/sss_cli.h') diff --git a/sss_client/sss_cli.h b/sss_client/sss_cli.h index 2b4e5027e..b036aec31 100644 --- a/sss_client/sss_cli.h +++ b/sss_client/sss_cli.h @@ -21,7 +21,7 @@ typedef int errno_t; #endif #define SSS_NSS_PROTOCOL_VERSION 1 -#define SSS_PAM_PROTOCOL_VERSION 2 +#define SSS_PAM_PROTOCOL_VERSION 3 enum sss_cli_command { /* null */ -- cgit