mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-12 16:05:28 +00:00
This lets the user configure custom filters for group searches in LDAP, and user searches in AD changed configuration in this commit: group_search.group_search_dn -> group_search.base_dn group_search.subtree_search -> group_search.subtree added for LDAP: group_search.filter group_search.user_attribute added for AD: user_search.base_dn user_search.filter user_search.subtree This also changes group_search.subtree to be true by default. This fixes elastic/elasticsearch#567 and fixes elastic/elasticsearch#553 Original commit: elastic/x-pack-elasticsearch@8a1246aefd
= 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.
Description
Languages
Java
99.5%
Groovy
0.4%