diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-11 11:34:48 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-11 11:41:16 (GMT) |
commit | cbfe3be00f123f3e9c4a4463f255f596cfb41ef1 (patch) | |
tree | 174c3c91a5e0644181116c4b07bb8ccaeb22ec7e /src | |
parent | cd797602535967f97584957333bb5825430e58cc (diff) | |
download | Qt-cbfe3be00f123f3e9c4a4463f255f596cfb41ef1.zip Qt-cbfe3be00f123f3e9c4a4463f255f596cfb41ef1.tar.gz Qt-cbfe3be00f123f3e9c4a4463f255f596cfb41ef1.tar.bz2 |
Document that we don't support NTLM version 2.
Task-number: 236925
Reviewed-by: Tor Arne Vestbø
Diffstat (limited to 'src')
-rw-r--r-- | src/network/kernel/qauthenticator.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp index c9161f8..33795aa 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 */ |