summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-05-11 13:34:48 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-05-11 13:41:16 +0200
commitcbfe3be00f123f3e9c4a4463f255f596cfb41ef1 (patch)
tree174c3c91a5e0644181116c4b07bb8ccaeb22ec7e
parentcd797602535967f97584957333bb5825430e58cc (diff)
Document that we don't support NTLM version 2.
Task-number: 236925 Reviewed-by: Tor Arne Vestbø
-rw-r--r--src/network/kernel/qauthenticator.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp
index c9161f8238..33795aaee5 100644
--- a/src/network/kernel/qauthenticator.cpp
+++ b/src/network/kernel/qauthenticator.cpp
@@ -73,6 +73,15 @@ static QByteArray qNtlmPhase3(QAuthenticatorPrivate *ctx, const QByteArray& phas
authentication information to the socket when accessing services that
require authentication.
+ QAuthenticator supports the following authentication methods:
+ \list
+ \o Basic
+ \o NTLM version 1
+ \o Digest-MD5
+ \endlist
+
+ Note that, in particular, NTLM version 2 is not supported.
+
\sa QSslSocket
*/