rabbitmq-server/deps/rabbitmq_auth_backend_ldap
Jean-Sébastien Pédron 32a507d80f Update rabbitmq-components.mk 2015-10-28 11:10:35 +01:00
..
etc Add test cases for mixed authentication&authorisation modules, check tags. 2015-10-05 17:47:25 +02:00
example Extract seed.sh, add a couple more users for testing 2015-04-11 02:16:59 +03:00
src Initial move to erlang.mk 2015-10-19 17:28:08 +02:00
test/src Line things up a wee bit for consistency. 2015-10-05 18:17:50 +02:00
.gitignore Initial move to erlang.mk 2015-10-19 17:28:08 +02:00
.travis.yml Adapt .travis.yml to erlang.mk 2015-10-23 20:03:29 +02: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 Remove the "moved to GitHub" warning. 2015-02-17 21:09:44 +01:00
README-authorisation s/VMware/GoPivotal/g 2013-07-01 10:49:10 +01:00
README-tests Disgraceful that we didn't have automated tests for so long! These are still pretty simple, but will have to do. 2011-10-27 16:52:58 +01:00
build.config Update erlang.mk's build.config 2015-10-23 19:38:43 +02:00
erlang.mk Update erlang.mk 2015-10-26 15:33:13 +01:00
rabbitmq-components.mk Update rabbitmq-components.mk 2015-10-28 11:10:35 +01:00

README

Requirements
============

You can build and install it like any other plugin (see
http://www.rabbitmq.com/plugin-development.html).

Documentation
=============

See http://www.rabbitmq.com/ldap.html

Limitations
===========

Currently this plugin is rather chatty with LDAP connections when
doing authorisation over LDAP - every time RabbitMQ needs to do an
authorisation query it starts a new LDAP connection. However, RabbitMQ
does have a per-channel authorisation cache, so this is not too awful.

There might need to be more types of queries.