mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3-ntlmssp clarify session key behaviour after create_local_token() changes
This commit is contained in:
parent
3f0b5d05b5
commit
7c4eb9e32e
@ -173,8 +173,7 @@ static NTSTATUS auth_ntlmssp_check_password(struct ntlmssp_state *ntlmssp_state,
|
||||
/* Clear out the session keys, and pass them to the caller.
|
||||
* They will not be used in this form again - instead the
|
||||
* NTLMSSP code will decide on the final correct session key,
|
||||
* and put it back here at the end of
|
||||
* auth_ntlmssp_steal_server_info */
|
||||
* and supply it to create_local_token() */
|
||||
if (auth_ntlmssp_state->server_info->session_key.length) {
|
||||
DEBUG(10, ("Got NT session key of length %u\n",
|
||||
(unsigned int)auth_ntlmssp_state->server_info->session_key.length));
|
||||
|
Loading…
Reference in New Issue
Block a user