Skip to content

openldap: implement SASL authentication#8152

Closed
monnerat wants to merge 1 commit into
curl:masterfrom
monnerat:openldap-sasl
Closed

openldap: implement SASL authentication#8152
monnerat wants to merge 1 commit into
curl:masterfrom
monnerat:openldap-sasl

Conversation

@monnerat

Copy link
Copy Markdown
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.

Comment thread docs/cmdline-opts/login-options.d Outdated
@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

bagder commented Jan 11, 2022

Copy link
Copy Markdown
Member

Thanks!

@bagder bagder closed this in eeca818 Jan 11, 2022
@monnerat

Copy link
Copy Markdown
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.

2 participants