mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00: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:
parent
9d027b88ba
commit
145b201087
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue