diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-12-18 20:44:20 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-12-18 20:45:17 +0000 |
commit | 48043f87b60a74af22bfe66a2db3b105a946921c (patch) | |
tree | eda4eb3deb6bfe28b31ee2b07106c5f6e5ac6d64 /tests/data/test831 | |
parent | b7b126ee416239b03f681774edb6deebb2196841 (diff) |
imap/pop3/smtp: Added support for SASL authentication downgrades
Added support for downgrading the SASL authentication mechanism when the
decoding of CRAM-MD5, DIGEST-MD5 and NTLM messages fails. This enhances
the previously added support for graceful cancellation by allowing the
client to retry a lesser SASL mechanism such as LOGIN or PLAIN, or even
APOP / clear text (in the case of POP3 and IMAP) when supported by the
server.
Diffstat (limited to 'tests/data/test831')
-rw-r--r-- | tests/data/test831 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test831 b/tests/data/test831 index 4963ba372..51864db33 100644 --- a/tests/data/test831 +++ b/tests/data/test831 @@ -11,6 +11,7 @@ IMAP AUTH NTLM <reply> <servercmd> AUTH NTLM +CAPA LOGINDISABLED REPLY AUTHENTICATE + REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= + Rubbish REPLY * A002 NO AUTH exchange cancelled by client |