env: seeing if I need the admin quoted

This commit is contained in:
silver 2023-07-30 06:16:03 +01:00
parent 3415792d7f
commit 4c69738122
2 changed files with 1 additions and 3 deletions

View file

@ -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;