From c977c2df1632b78c18542a7adb19d42dda8e973d Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 3 Aug 2016 11:53:35 +0200 Subject: [PATCH] typo in ldap bind password variable --- rootfs/etc/confd/templates/server.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}}"