mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-31 07:58:24 +02:00
added comment and link to MS-SMTPNTLM
This commit is contained in:
parent
fa84db6d65
commit
6ec6b58da3
@ -239,6 +239,10 @@ void SMTPClientSession::loginUsingXOAUTH2(const std::string& username, const std
|
||||
|
||||
void SMTPClientSession::loginUsingNTLM(const std::string& username, const std::string& password)
|
||||
{
|
||||
// Implementation is based on:
|
||||
// [MS-SMTPNTLM]: NT LAN Manager (NTLM) Authentication: Simple Mail Transfer Protocol (SMTP) Extension
|
||||
// https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smtpntlm/50c668f6-5ffc-4616-96df-b5a3f4b3311d
|
||||
|
||||
NTLMCredentials::NegotiateMessage negotiateMsg;
|
||||
std::string user;
|
||||
std::string domain;
|
||||
|
Loading…
x
Reference in New Issue
Block a user