Documentation/ldap-connector.md: Warn about LDAP connector's bindPW restriction.
This commit is contained in:
parent
f4f7146f04
commit
081e68a16a
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ connectors:
|
||||||
# The DN and password for an application service account. The connector uses
|
# The DN and password for an application service account. The connector uses
|
||||||
# these credentials to search for users and groups. Not required if the LDAP
|
# these credentials to search for users and groups. Not required if the LDAP
|
||||||
# server provides access for anonymous auth.
|
# server provides access for anonymous auth.
|
||||||
|
# Please note that if the bind password contains a `$`, it has to be saved in an
|
||||||
|
# environment variable which should be given as the value to `bindPW`.
|
||||||
bindDN: uid=seviceaccount,cn=users,dc=example,dc=com
|
bindDN: uid=seviceaccount,cn=users,dc=example,dc=com
|
||||||
bindPW: password
|
bindPW: password
|
||||||
|
|
||||||
|
|
Reference in a new issue