rabbitmq-server/deps/rabbitmq_auth_backend_ldap
Simon MacMullen 053f8ad87d Permit use of SSL options for LDAP client connections. 2013-10-24 14:49:10 +01:00
..
etc Remove 3-tuple variants of 'and' and 'or'. 2013-08-13 11:19:01 +01:00
example Let's make the query language more complicated (and featureful!) 2011-10-27 18:27:56 +01:00
src Permit use of SSL options for LDAP client connections. 2013-10-24 14:49:10 +01:00
test/src Boolean logic, and some other small enhancements: an {equals, A, B} query which just compares strings for equality, and a shortcut ability to use a string constant "foo" instead of {string, "foo"}. 2013-08-07 17:02:12 +01:00
.hgignore Add generated app file to .hgignore 2011-06-15 10:45:14 +01:00
Makefile Integrate with bug23568 2011-01-20 15:50:43 +00:00
README Remove docs since they're on the web now. 2012-12-14 10:13:45 +00: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
package.mk Use netcat rather than nmap. 2012-01-05 13:26:44 +00: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.