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

openldap: implement SASL authentication #8152

Closed
wants to merge 1 commit into from

Conversation

monnerat
Copy link
Contributor

As credentials can be quite different depending on the mechanism used,
there are no default mechanisms for LDAP and simple bind with a DN is
then used.
The caller has to provide mechanism(s) using CURLOPT_LOGIN_OPTIONS to
enable SASL authentication and disable simple bind.

Note 10.1 in the TODO file targets this, but I left the note since ldap.c has not changed.

@bagder bagder added the feature-window A merge of this requires an open feature window label Dec 20, 2021
As credentials can be quite different depending on the mechanism used,
there are no default mechanisms for LDAP and simple bind with a DN is
then used.
The caller has to provide mechanism(s) using CURLOPT_LOGIN_OPTIONS to
enable SASL authentication and disable simple bind.
@bagder
Copy link
Member

bagder commented Jan 11, 2022

Thanks!

@bagder bagder closed this in eeca818 Jan 11, 2022
@monnerat
Copy link
Contributor Author

Thanks to you!

@monnerat monnerat deleted the openldap-sasl branch January 11, 2022 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-window A merge of this requires an open feature window
Development

Successfully merging this pull request may close these issues.

None yet

2 participants