mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
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.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user