Update documentation to show NTLMv2 is supported
authorShane Kearns <ext-shane.2.kearns@nokia.com>
Wed, 15 Feb 2012 15:34:09 +0000 (15:34 +0000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 17 Feb 2012 14:03:18 +0000 (15:03 +0100)
This feature was implemented in 4.8, but documentation was not
updated at the time.

Task-number: QTBUG-18181
Change-Id: I657d7ab7aaf43b73b7bf8fd1cb76086522cf5c2b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/network/kernel/qauthenticator.cpp

index 36f47eb..b14fbf8 100644 (file)
@@ -81,12 +81,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
@@ -112,7 +110,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.