s3-auth: Remove unused lm_session_key from auth3_session_info
authorAndrew Bartlett <abartlet@samba.org>
Fri, 15 Jul 2011 07:45:48 +0000 (17:45 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 23:17:11 +0000 (09:17 +1000)
commiteea444f4655a954c238991eccd742337535d3fcc
tree88211d303f4e35f3fcc39d040fc5c57c3a2938d7
parent058f5e60c5e3a9ac91a1d28b3165f84252cfecad
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>
source3/auth/auth_util.c
source3/include/auth.h