clickhouse-docs icon indicating copy to clipboard operation
clickhouse-docs copied to clipboard

LDAP Configuration Documentation is missing entries

Open UKFr-DIZ opened this issue 2 years ago • 0 comments

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

UKFr-DIZ avatar Aug 11 '23 11:08 UKFr-DIZ