From 6ba9bf004f966a217e705b69fd8c713391941929 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 24 Jan 2010 16:41:30 +0100 Subject: s3: Add the session key to the ccache_ntlm_auth response --- nsswitch/winbind_struct_protocol.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nsswitch/winbind_struct_protocol.h') diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index 7790155f25..2e0751f79a 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -48,7 +48,8 @@ typedef char fstring[FSTRING_LEN]; * 21: added WINBINDD_GETPWSID * added WINBINDD_GETSIDALIASES * 22: added WINBINDD_PING_DC - * 23: added WINBINDD_CCACHE_SAVE + * 23: added session_key to ccache_ntlm_auth response + * added WINBINDD_CCACHE_SAVE */ #define WINBIND_INTERFACE_VERSION 23 @@ -485,6 +486,7 @@ struct winbindd_response { uint32_t group_rid; } user_info; struct { + uint8_t session_key[16]; uint32_t auth_blob_len; /* blob in extra_data */ } ccache_ntlm_auth; struct { -- cgit