summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/network/kernel/qauthenticator.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp
index f4850b2..790e40a 100644
--- a/src/network/kernel/qauthenticator.cpp
+++ b/src/network/kernel/qauthenticator.cpp
@@ -82,12 +82,10 @@ static QByteArray qNtlmPhase3(QAuthenticatorPrivate *ctx, const QByteArray& phas
QAuthenticator supports the following authentication methods:
\list
\o Basic
- \o NTLM version 1
+ \o NTLM version 2
\o Digest-MD5
\endlist
- Note that, in particular, NTLM version 2 is not supported.
-
\section1 Options
In addition to the username and password required for authentication, a
@@ -113,7 +111,7 @@ static QByteArray qNtlmPhase3(QAuthenticatorPrivate *ctx, const QByteArray& phas
The Basic authentication mechanism supports no outgoing options.
- \section2 NTLM version 1
+ \section2 NTLM version 2
The NTLM authentication mechanism currently supports no incoming or outgoing options.