diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-18 12:28:50 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-20 09:17:12 +1000 |
commit | 7b273df175679e80c9d29c6bb8beee85331c9f0e (patch) | |
tree | bc83bc5bfee99aa7dc0440a7b756b06778fdd014 /source3/include | |
parent | 86f2a197dfd61fbf25b170080a0796d2f77f0af8 (diff) | |
download | samba-7b273df175679e80c9d29c6bb8beee85331c9f0e.tar.gz samba-7b273df175679e80c9d29c6bb8beee85331c9f0e.tar.bz2 samba-7b273df175679e80c9d29c6bb8beee85331c9f0e.zip |
s3-auth import auth3_session_info into IDL
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/auth.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index da3a443a16..4f7cb9bb14 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -75,30 +75,6 @@ struct auth_serversupplied_info { char *sanitized_username; }; -struct auth3_session_info { - struct security_unix_token *unix_token; - - /* NT group information taken from the info3 structure */ - - struct security_token *security_token; - - /* This is the final session key, as used by SMB signing, and - * (truncated to 16 bytes) encryption on the SAMR and LSA pipes - * when over ncacn_np. - * It is calculated by NTLMSSP from the session key in the info3, - * and is set from the Kerberos session key using - * krb5_auth_con_getremotesubkey(). - * - * Bottom line, it is not the same as the session keys in info3. - */ - - DATA_BLOB session_key; - - struct netr_SamInfo3 *info3; - - struct auth_user_info_unix *unix_info; -}; - struct auth_context { DATA_BLOB challenge; |