Skip to content

Commit

Permalink
Update management-center-ldap-tls.yaml (#296)
Browse files Browse the repository at this point in the history
fix build errors
  • Loading branch information
fantkolja authored Feb 14, 2025
1 parent 23891e0 commit e2daafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/examples/management-center-ldap-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
startTLS: true
credentialsSecretName: ldap-credentials
groupDN: ou=users,dc=example,dc=org
groupSearchFilter: member={0}
groupSearchFilter: member=\{0}
nestedGroupSearch: false
url: ldap://34.118.236.200:1389
userDN: ou=users,dc=example,dc=org
Expand All @@ -24,4 +24,4 @@ spec:
- readers
readonlyUserGroups:
- readers
userSearchFilter: cn={0}
userSearchFilter: cn=\{0}

0 comments on commit e2daafd

Please sign in to comment.