rabbitmq-server/deps/rabbitmq_auth_backend_ldap
Daniil Fedotov 231d9ecea2 Merge branch 'stable' 2016-04-22 13:41:11 +01:00
..
etc Test tag attribution by configuring from within the test-suite 2016-04-14 14:20:48 +00:00
example Merge branch 'stable' into rabbitmq-auth-backend-ldap-15 2016-04-20 11:04:55 +01:00
priv/schema Use full module name in configuration schema 2016-03-23 09:38:02 +03:00
src Adds handling of VHost substitution for tag_queries. 2016-04-20 12:27:55 +01:00
test/src Adds tag checks/tests for variable tag queries. 2016-04-21 17:39:06 +01:00
.gitignore .gitignore: make absolute paths relative 2015-12-28 18:03:15 +03:00
.travis.yml Add Travis CI configuration 2015-12-14 12:57:10 +01:00
CONTRIBUTING.md Sync CONTRIBUTING.md with the template one 2015-02-20 17:08:20 +03:00
Makefile DEPS: Remove rabbit 2015-10-26 18:11:03 +01:00
README-authorisation.md Move README files to Markdown 2016-02-02 15:42:11 -08:00
README-tests.md Mention how to run the test suite multiple times 2016-03-26 05:32:22 -07:00
README.md Move README files to Markdown 2016-02-02 15:42:11 -08:00
build.config Sync with upstream build.config 2015-12-18 20:33:03 +01:00
erlang.mk Update erlang.mk 2015-12-18 20:33:39 +01:00
rabbitmq-components.mk Update rabbitmq-components.mk 2016-03-25 11:07:14 +00:00

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.