rabbitmq-server/deps/rabbitmq_auth_backend_ldap
Michael Davis 8c5cf257df
rabbit_ldap_seed: Remove 'memberOf' annotation for "peter" seed user
In openldap 2.5, `memberOf` seems to be a read-only annotation. Instead
the LDAPWiki recommends adding the user's name to the member attribute
on the relevant group objects:
<https://ldapwiki.com/wiki/Wiki.jsp?page=MemberOf>

We already do that when setting up the group objects, so this annotation
is safe to remove.
2024-05-01 11:15:59 -04: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 New configuration settings for TLS 2021-02-11 00:12:24 +03:00
src More missed license header updates #9969 2024-02-05 11:53:50 -05:00
test rabbit_ldap_seed: Remove 'memberOf' annotation for "peter" seed user 2024-05-01 11:15:59 -04:00
.gitignore Git: Ignore copied CLI 2019-12-12 13:23:51 +01:00
BUILD.bazel Use gazelle generated bazel files 2023-04-17 18:13:18 +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
app.bzl Replace globs in bazel with explicit lists of files 2023-04-25 17:29:12 +02: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.