LDAP[Authentication/Authorization]Backend2 does not support all configuration settings as LDAP Backend v1 #2216
Labels
bug
Something isn't working
help wanted
Community contributions are especially encouraged for these issues.
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Security plugin has 2 different LDAP backends:
ldap
andldap2
. The backend is used to configure an LDAP-compliant directory service as the Authentication and Authorization backend for opensearch.It was recently discovered that
ldap2
is undocumented on the documentation website and has functionality that Ldap[Authentication/Authorization]Backend does not have such as connection pooling. See relevant conversation on the documentation website where connection pooling documentation was in the works of being added when it was discovered that theldap
backend does not support the setting: opensearch-project/documentation-website#1698 (comment)If LDAP[Authentication/Authorization]Backend2 provides useful functionality that all LDAP installations should receive then the gaps between v1 and v2 of this backend need to be identified to determine the effort required to support all existing settings in v2.
List of differences between v1 and v2:
The text was updated successfully, but these errors were encountered: