diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index 1199f98..611e75e 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -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"}}"