From c0393b68aaf02a16d2d7aad50cb0d4cfd18b4f66 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 11 Sep 2009 11:45:19 +0200 Subject: Let the PAM client send its PID - the client sends the PID as uint32_t and sssd will use uint32_t too - fix a possible type issue where a uint32_t is sent as int32 in internal dbus communication --- sss_client/sss_cli.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sss_client/sss_cli.h') diff --git a/sss_client/sss_cli.h b/sss_client/sss_cli.h index 7e0d4dbd..2b4e5027 100644 --- a/sss_client/sss_cli.h +++ b/sss_client/sss_cli.h @@ -149,7 +149,8 @@ enum pam_item_type { PAM_ITEM_RHOST, PAM_ITEM_AUTHTOK, PAM_ITEM_NEWAUTHTOK, - PAM_CLI_LOCALE, + PAM_ITEM_CLI_LOCALE, + PAM_ITEM_CLI_PID, }; #define SSS_NSS_MAX_ENTRIES 256 -- cgit