From 145b201087ccdcd0c863ab79269625fecdc976ef Mon Sep 17 00:00:00 2001 From: Caleb Cooper Date: Fri, 15 Apr 2016 13:46:11 -0400 Subject: [PATCH] Put brackets around the example ca path for ldap starttls support in the default config. This resolves an issue where the system was breaking the path into an array and trying to act on the first item in that array, "/", rather than the full path. --- services/web/config/settings.defaults.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/config/settings.defaults.coffee b/services/web/config/settings.defaults.coffee index 2c16d41a52..ee77b43cb6 100644 --- a/services/web/config/settings.defaults.coffee +++ b/services/web/config/settings.defaults.coffee @@ -396,7 +396,7 @@ module.exports = # starttls: true # tlsOptions: # rejectUnauthorized: false - # ca: '/etc/ldap/ca_certs.pem' + # ca: ['/etc/ldap/ca_certs.pem'] #templateLinks: [{ # name : "CV projects",