Skip to content

[Ldap] Add support for sasl_bind and whoami LDAP operations #20292

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

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

javiereguiluz
Copy link
Member

Fixes #20179.

@manu0401 if you can, please review this proposal. Thanks.

@javiereguiluz javiereguiluz added this to the 7.2 milestone Oct 3, 2024
@@ -74,6 +74,19 @@ distinguished name (DN) and the password of a user::

When the LDAP server allows unauthenticated binds, a blank password will always be valid.

You can also use the :method:`Symfony\\Component\\Ldap\\Ldap::sasl_bind` method
for binding to an LDAP server using `SASL`_::

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The method in Symfony is called saslBind() and not sasl_bind()

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Fixed.

@OskarStark OskarStark changed the title [Ldap] Add support for sasl_bind and whoami LDAP operations [Ldap] Add support for sasl_bind and whoami LDAP operations Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants