diff --git a/connector/ldap/ldap.go b/connector/ldap/ldap.go index 9b061dc9f5140d3e432563d16c73331557c3fa35..37937f85e096f63a5b3e0227970a38443e1d700d 100644 --- a/connector/ldap/ldap.go +++ b/connector/ldap/ldap.go @@ -29,7 +29,7 @@ import ( // # The following field is required if using port 389. // # insecureNoSSL: true // 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 // userSearch: // # Would translate to the query "(&(objectClass=person)(uid=<username>))"