mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
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.
This commit is contained in:
parent
b21701c54b
commit
eb84ca3ea8
16 changed files with 29 additions and 29 deletions
|
|
@ -19,7 +19,7 @@ REPLY "AUTH NTLM" 334 NTLM supported
|
|||
REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= 334 Rubbish
|
||||
REPLY * 501 AUTH exchange cancelled by client
|
||||
REPLY "AUTH PLAIN" 334 PLAIN supported
|
||||
REPLY dXNlcgB1c2VyAHNlY3JldA== 235 Authenticated
|
||||
REPLY AHVzZXIAc2VjcmV0 235 Authenticated
|
||||
</servercmd>
|
||||
</reply>
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ AUTH NTLM
|
|||
TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
||||
*
|
||||
AUTH PLAIN
|
||||
dXNlcgB1c2VyAHNlY3JldA==
|
||||
AHVzZXIAc2VjcmV0
|
||||
MAIL FROM:<sender@example.com>
|
||||
RCPT TO:<recipient@example.com>
|
||||
DATA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue