mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
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:
co-authored by
Ilia Andreev
parent
2fa7d8023f
commit
f90a36c390
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user