summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-15 17:45:48 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-20 09:17:11 +1000
commiteea444f4655a954c238991eccd742337535d3fcc (patch)
tree88211d303f4e35f3fcc39d040fc5c57c3a2938d7 /source3/include/auth.h
parent058f5e60c5e3a9ac91a1d28b3165f84252cfecad (diff)
downloadsamba-eea444f4655a954c238991eccd742337535d3fcc.tar.gz
samba-eea444f4655a954c238991eccd742337535d3fcc.tar.bz2
samba-eea444f4655a954c238991eccd742337535d3fcc.zip
s3-auth: Remove unused lm_session_key from auth3_session_info
The long term authorization state needs only the final, negotiated session key, and not the original LM key that may possibly have been an input. The special case of the guest account simply needs both values filled back in with the zeros to avoid changing behaviour in the cached server_info. Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 8d95fb4ebb..1c1fb36200 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -93,7 +93,6 @@ struct auth3_session_info {
*/
DATA_BLOB session_key;
- DATA_BLOB lm_session_key;
struct netr_SamInfo3 *info3;