docs: mention LDAP recursionGroupAttr in config.yaml.dist (#4697)

The recursionGroupAttr option for nested LDAP group resolution is
documented on dexidp.io but absent from config.yaml.dist, making it
hard to discover. Add a brief note pointing to the LDAP connector docs.

Ref: https://github.com/dexidp/dex/issues/2955

Signed-off-by: Ilia Andreev <ilia.andreev@palark.com>
Co-authored-by: Ilia Andreev <ilia.andreev@palark.com>
This commit is contained in:
Ilia Andreev
2026-03-30 09:20:18 +02:00
committed by GitHub
co-authored by Ilia Andreev
parent 2fa7d8023f
commit f90a36c390
+3
View File
@@ -163,6 +163,9 @@ web:
# Connectors are used to authenticate users against upstream identity providers.
#
# See the documentation (https://dexidp.io/docs/connectors/) for further information.
#
# For LDAP nested group resolution, set groupSearch.userMatchers[].recursionGroupAttr
# in the connector config. See: https://dexidp.io/docs/connectors/ldap/
# connectors: []
# Enable the password database.