Skip to content

Commit

Permalink
Clarify how to bind anonymously when using LDAP
Browse files Browse the repository at this point in the history
  • Loading branch information
bootc committed Nov 28, 2021
1 parent f197260 commit f1fe887
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,15 @@ remoteAuth:
ldap:
serverUri: 'ldap://domain.com'
startTls: true
ignoreCertErrors: true
bindDn: ''
bindPassword: ''
# and ALL the other remoteAuth.ldap.* settings from values.yaml
```

Note: in order to use anonymous LDAP binding set `bindDn` and `bindPassword`
to an empty string as in the example above.

## License

> The following notice applies to all files contained within this Helm Chart and
Expand Down

0 comments on commit f1fe887

Please sign in to comment.