env: seeing if I need the admin quoted
This commit is contained in:
parent
3415792d7f
commit
4c69738122
2 changed files with 1 additions and 3 deletions
|
@ -49,7 +49,7 @@
|
|||
environment_config = {
|
||||
# non secret ldap stuff
|
||||
LDAP_HOST = cfg.ldap.host;
|
||||
LDAP_ADMIN = "'${cfg.ldap.admin}'";
|
||||
LDAP_ADMIN = cfg.ldap.admin;
|
||||
|
||||
# basic server stuff
|
||||
HOME = cfg.home;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue