|
|
||
|---|---|---|
| .. | ||
| etc | ||
| example | ||
| priv/schema | ||
| src | ||
| test/src | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| Makefile | ||
| README-authorisation.md | ||
| README-tests.md | ||
| README.md | ||
| build.config | ||
| erlang.mk | ||
| rabbitmq-components.mk | ||
README.md
RabbitMQ LDAP Authentication Backend
This plugin provides authentication and authorisation backends for RabbitMQ that use LDAP.
Requirements
You can build and install it like any other plugin (see http://www.rabbitmq.com/plugin-development.html).
Documentation
See LDAP guide on rabbitmq.com.
Limitations
Prior to RabbitMQ 3.6.0, this plugin opened a new LDAP server connection for every operation. 3.6.0 and later versions use a pool of connections.