Open
Description
Description
LDAP External Auth Docu
https://github.com/ClickHouse/ClickHouse/blob/master/docs/en/operations/external-authenticators/ldap.md
This page is missing 3 params, which are shown in the code.
https://github.com/ClickHouse/ClickHouse/blob/bc93254ca23835b9846ec1f9158a50f26694257f/src/Access/ExternalAuthenticators.cpp#L66
- auth_dn_prefix
- auth_dn_suffix
- search_limit
If i understood correctly, the prefix defines where the identifiying LDAP attribute is (uid or cn) in the LDAP tree.
The suffix is essentially the base DN, where to look for users.
Search limit is clear.
if they would be included in the article and example files it would be good it terms of overall completeness of the documentation.
Best
Nam