forked from mystiq/dex
spelling: serviceaccount
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
3f8fdbf314
commit
801fd64a11
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import (
|
||||||
// # The following field is required if using port 389.
|
// # The following field is required if using port 389.
|
||||||
// # insecureNoSSL: true
|
// # insecureNoSSL: true
|
||||||
// rootCA: /etc/dex/ldap.ca
|
// rootCA: /etc/dex/ldap.ca
|
||||||
// bindDN: uid=seviceaccount,cn=users,dc=example,dc=com
|
// bindDN: uid=serviceaccount,cn=users,dc=example,dc=com
|
||||||
// bindPW: password
|
// bindPW: password
|
||||||
// userSearch:
|
// userSearch:
|
||||||
// # Would translate to the query "(&(objectClass=person)(uid=<username>))"
|
// # Would translate to the query "(&(objectClass=person)(uid=<username>))"
|
||||||
|
|
Loading…
Reference in a new issue