11-10-2024, 08:05 PM
Is this something that is currently supported, downloaded the latest source after coming across AV's with this SASL processing and it looks like this is not enabled?
Is there any information on NTLM support now or is that gone?
Looks like IdFIPS.pas disables NTLM by default now:
Thanks
Matt
Code:
AV was with this line: setup_des_key(PDES_cblock(Integer(Akeys) + 7)^, ks);
Is there any information on NTLM support now or is that gone?
Looks like IdFIPS.pas disables NTLM by default now:
Code:
function DefLoadNTLMLibrary: Boolean;
begin
Result := False;
end;
Thanks
Matt