rabbitmq-server/deps/rabbitmq_auth_backend_ldap
Luke Bakken 89a791da6e Use case-insensitive `lists:member`
References:
* [`RMQ-1585`](https://vmw-jira.broadcom.net/browse/RMQ-1585)
* https://github.com/lukebakken/rmq-1585

(cherry picked from commit 9bcd4328d2)
2025-03-27 02:21:50 +00:00
..
example Setup olcBackend in global ldap example config 2024-05-01 10:31:17 -04:00
include Switch from Lager to the new Erlang Logger API for logging 2021-03-11 15:17:36 +01:00
priv/schema LDAP: allow tagged values to be used for sensitive settings 2024-08-14 11:57:37 -04:00
src Use case-insensitive `lists:member` 2025-03-27 02:21:50 +00:00
test Bump (c) line year 2025-01-01 17:54:10 -05:00
.gitignore Cleanup .gitignore files for the monorepo 2024-06-28 12:00:52 +02:00
CODE_OF_CONDUCT.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
CONTRIBUTING.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
LICENSE Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 16:56:59 +01:00
Makefile Add a workflow to compare the bazel/erlang.mk output 2023-05-15 13:54:14 +02:00
README-authorisation.md URL Cleanup 2019-03-20 03:11:50 -05:00
README.md More missed license header updates #9969 2024-02-05 12:26:25 -05:00
TESTING.md system_SUITE: Setup slapd(8) at the beginning of the testsuite 2020-03-26 16:07:08 +01:00

README.md

RabbitMQ LDAP Authentication Backend

This plugin provides authentication and authorisation backends for RabbitMQ that use LDAP.

Under a heavy load this plugin can put a higher than expected amount of load on it's backing LDAP service. We recommend using it together with rabbitmq_auth_backend_cache with a reasonable caching interval (e.g. 2-3 minutes).

Installation

This plugin ships with reasonably recent RabbitMQ versions (e.g. 3.3.0 or later). Enable it with

rabbitmq-plugins enable rabbitmq_auth_backend_ldap

Documentation

See LDAP guide on rabbitmq.com.

Building from Source

See Plugin Development guide.

TL;DR: running

make dist

will build the plugin and put build artifacts under the ./plugins directory.

(c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.

Released under the MPL, the same license as RabbitMQ.