Skip to content

Implement LDAP credentials validation via HTTP API #14414

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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

lukebakken
Copy link
Collaborator

See discussion #14244

These changes will allow a user to make an HTTP API request to...

/api/ldap/validate/bind/USER

...with an appropriate JSON body, and the plugin will attempt a connection to the specified LDAP server using the provided credentials. This allows validation that a connection can be made to an LDAP server from a RabbitMQ cluster environment.

See discussion rabbitmq#14244

These changes will allow a user to make an HTTP API request to...

```
/api/ldap/validate/bind/USER
```

...with an appropriate JSON body, and the plugin will attempt a
connection to the specified LDAP server using the provided credentials.
This allows validation that a connection can be made to an LDAP server
from a RabbitMQ cluster environment.
@lukebakken lukebakken self-assigned this Aug 21, 2025
@mergify mergify bot added the make label Aug 22, 2025
* Add support for validating TLS related configuration via
`/ldap/validate/simple-bind`
@lukebakken lukebakken force-pushed the lukebakken/ldap-validation-api branch from a24de18 to 6e52133 Compare August 22, 2025 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant