QNetworkRequest - Custom username for NTLM authentification
-
Hello,
In the QAuthentificator documentation, it is written the following sentence :
NTLM version 2
The NTLM authentication mechanism currently supports no incoming or outgoing options. On Windows, if no user has been set, domain\user credentials will be searched for on the local system to enable Single-Sign-On functionality.Is it possible to set the user? On Windows, the authenticationRequired signal is never emitted; it uses the current logged user. So, it's not possible to set a different user like for a "Log as a different user" functionality.
Thanks for any idea.
Regards,