We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb3d5a commit 52dce96Copy full SHA for 52dce96
example/plugins/microservices/ldap_attribute_store.yaml.example
@@ -85,8 +85,10 @@ config:
85
ldap_identifier_attribute: uid
86
87
# Override the contructed search_filter with ldap_identifier_attribute
88
- # with an own filter. This allows more komplex queries.
+ # with an own filter. This allows more complex queries.
89
# {0} will be injected with the ordered_identifier_candidates.
90
+ # For example:
91
+ # search_filter: "(&(uid={0})(isMemberOf=authorized))"
92
search_filter: None
93
94
# Whether to clear values for attributes incoming
0 commit comments