aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3
AgeCommit message (Collapse)Author
2019-05-22sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
Added the ability for the calling program to specify the authorisation identity (authzid), the identity to act as, in addition to the authentication identity (authcid) and password when using SASL PLAIN authentication. Fixed #3653 Closes #3790