Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SASL authorisation identity #3790

Closed
wants to merge 3 commits into from

Commits on May 22, 2019

  1. sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID

    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 curl#3653
    Closes curl#3790
    captain-caveman2k committed May 22, 2019
    Configuration menu
    Copy the full SHA
    5e8b599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cc94a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4377882 View commit details
    Browse the repository at this point in the history