Skip to content

Commit 52dce96

Browse files
committed
Update example like suggested in the Pull Request
1 parent 2fb3d5a commit 52dce96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example/plugins/microservices/ldap_attribute_store.yaml.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ config:
8585
ldap_identifier_attribute: uid
8686

8787
# Override the contructed search_filter with ldap_identifier_attribute
88-
# with an own filter. This allows more komplex queries.
88+
# with an own filter. This allows more complex queries.
8989
# {0} will be injected with the ordered_identifier_candidates.
90+
# For example:
91+
# search_filter: "(&(uid={0})(isMemberOf=authorized))"
9092
search_filter: None
9193

9294
# Whether to clear values for attributes incoming

0 commit comments

Comments
 (0)