Quantcast
Channel: Atozed Forums - All Forums
Viewing all articles
Browse latest Browse all 270

NTLM Support for TidSMTP

$
0
0
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?

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

Viewing all articles
Browse latest Browse all 270

Trending Articles