diff options
author | Volker Lendecke <vl@samba.org> | 2010-01-24 16:41:30 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-01-24 20:32:16 +0100 |
commit | 6ba9bf004f966a217e705b69fd8c713391941929 (patch) | |
tree | 6544aef1f13eca13985c29dcb6f3d92f9ec36986 /nsswitch | |
parent | 7d18d058a1203ab7079f9dbdf37962803064d699 (diff) | |
download | samba-6ba9bf004f966a217e705b69fd8c713391941929.tar.gz samba-6ba9bf004f966a217e705b69fd8c713391941929.tar.bz2 samba-6ba9bf004f966a217e705b69fd8c713391941929.zip |
s3: Add the session key to the ccache_ntlm_auth response
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/winbind_struct_protocol.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |