blah
This commit is contained in:
@@ -134,7 +134,7 @@ func ProcessChallenge(challengeMessageData []byte, user, password string) ([]byt
|
|||||||
cm.ServerChallenge[:], clientChallenge)
|
cm.ServerChallenge[:], clientChallenge)
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintDebug("Challenge response:\nNT '%s';\nLM '%s'\n", base64.StdEncoding.EncodeToString(am.NtChallengeResponse), base64.StdEncoding.EncodeToString(am.LmChallengeResponse))
|
PrintDebug("Challenge response:\nNT '%s';\nLM '%s'", base64.StdEncoding.EncodeToString(am.NtChallengeResponse), base64.StdEncoding.EncodeToString(am.LmChallengeResponse))
|
||||||
|
|
||||||
return am.MarshalBinary()
|
return am.MarshalBinary()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user