typo in ldap bind password variable
This commit is contained in:
parent
851c8bfb03
commit
c977c2df16
1 changed files with 1 additions and 1 deletions
|
@ -145,5 +145,5 @@ ldap_config:
|
|||
mail: "{{getenv "LDAP_MAIL_ATTRIBUTE"}}"
|
||||
name: "{{getenv "LDAP_NAME_ATTRIBUTE"}}"
|
||||
bind_dn: "{{getenv "LDAP_BIND_DN"}}"
|
||||
bind_password: "{{getenv "LDAPBIND_PASSWORD"}}"
|
||||
bind_password: "{{getenv "LDAP_BIND_PASSWORD"}}"
|
||||
filter: "{{getenv "LDAP_FILTER"}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue