c2a61d2207
This adds a second mode of operation to the ldap realm. This mode of operation allows for single bind user to be specified. This bind user will be used to search for user DNs starting from a base DN. The user DN will then be used to authenticate via a bind operation. The bind user will then search for the user's groups. Closes elastic/elasticsearch#552 Closes elastic/elasticsearch#323 Original commit: elastic/x-pack-elasticsearch@3338730a64 |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
all-signatures.txt | ||
core-signatures.txt | ||
pom.xml | ||
test-signatures.txt | ||
tests.policy |
README.asciidoc
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.