Skip to content

Commit f9c351e

Browse files
committed
Documenting the reasoning
1 parent b80e400 commit f9c351e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Robin/Ntlm/Message/NtlmV1AuthenticateMessageEncoder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ public function encode(
211211
$server_challenge_nonce
212212
);
213213
} else {
214+
// According to the spec, we're supposed to use the NT challenge response for the LM challenge response,
215+
// if an LM challenge response isn't calculated
214216
$lm_challenge_response = $nt_challenge_response;
215217
}
216218

0 commit comments

Comments
 (0)