Skip to content

Commit

Permalink
NTLM Auth type3flags set after array is copied #451
Browse files Browse the repository at this point in the history
Signed-off-by: jmehrens [email protected]
  • Loading branch information
jmehrens committed Feb 16, 2024
1 parent d0f3171 commit 243e990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/eclipse/angus/mail/auth/Ntlm.java
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public String generateType3Msg(String type2msg) {
int flags = readInt(type2, 20);
byte[] lmresponse;
byte[] ntresponse;

// did the server agree to NTLMv2?
if ((flags & NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY) != 0) {
// yes, create an NTLMv2 response
Expand Down

0 comments on commit 243e990

Please sign in to comment.