summaryrefslogtreecommitdiffstats
path: root/sss_client/sss_cli.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-03-10 01:59:13 -0400
committerSimo Sorce <ssorce@redhat.com>2009-03-10 02:08:39 -0400
commitd0e33c2a035c4c877b9f624b6999899666cb6385 (patch)
tree427598b7f636fc826b4b7d5983e1e8acc2bb28f4 /sss_client/sss_cli.h
parent16187da9bae78b6f4dd4ea21faf49fccc821f153 (diff)
downloadsssd-d0e33c2a035c4c877b9f624b6999899666cb6385.tar.gz
sssd-d0e33c2a035c4c877b9f624b6999899666cb6385.tar.xz
sssd-d0e33c2a035c4c877b9f624b6999899666cb6385.zip
Treat uids and gids as 32 bit numbers not 64
In the nss communication protocol we were treating uids and gids as 64 bit values, but uids and gids are really u32 values, change the protocol to reflect the real size.
Diffstat (limited to 'sss_client/sss_cli.h')
-rw-r--r--sss_client/sss_cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sss_client/sss_cli.h b/sss_client/sss_cli.h
index 1e19e5e29..dfb6380c8 100644
--- a/sss_client/sss_cli.h
+++ b/sss_client/sss_cli.h
@@ -21,7 +21,7 @@
#define SSS_PAM_SOCKET_NAME "/var/lib/sss/pipes/pam"
#define SSS_PAM_PRIV_SOCKET_NAME "/var/lib/sss/pipes/private/pam"
-#define SSS_PROTOCOL_VERSION 0
+#define SSS_PROTOCOL_VERSION 1
enum sss_cli_command {
/* null */