diff options
author | Steve Holme <steve_holme@hotmail.com> | 2019-04-18 21:54:35 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2019-04-22 12:29:49 +0100 |
commit | eb84ca3ea8f793ecbedf7865c41a8d1b9f59efb7 (patch) | |
tree | bd8b0144d60fb1eb1634591428ff20f1a9824e21 /tests/data/test919 | |
parent | b21701c54ba050145246e89c5137015479c65f7e (diff) |
sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616
RFC 4616 specifies the authzid is optional in the client authentication
message and that the server will derive the authorisation identity
(authzid) from the authentication identity (authcid) when not specified
by the client.
Diffstat (limited to 'tests/data/test919')
-rw-r--r-- | tests/data/test919 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test919 b/tests/data/test919 index 3e74494cb..39794e30b 100644 --- a/tests/data/test919 +++ b/tests/data/test919 @@ -41,7 +41,7 @@ smtp://%HOSTIP:%SMTPPORT/919 --mail-rcpt recipient@example.com --mail-from sende <verify> <protocol> EHLO 919
-AUTH PLAIN dXNlcgB1c2VyAHNlY3JldA==
+AUTH PLAIN AHVzZXIAc2VjcmV0
MAIL FROM:<sender@example.com>
RCPT TO:<recipient@example.com>
DATA
|