mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 19:00:12 +01:00
For example Podman, handling OCI containers, does not seem to have a way to pass multi-line strings via env files (and Docker seems to have the same issue at least outside of docker-compose). Thus this change allows 'LDAP_CA_CERT' to handle a string with '\n', because currently only 0x0A aka LF might work. An example for additionally supported format: LDAP_CA_CERT=-----BEGIN CERTIFICATE-----\n...\n...\n...\n-----END CERTIFICATE----- See also: https://github.com/wekan/wekan/issues/3484 |
||
|---|---|---|
| .. | ||
| index.js | ||
| ldap.js | ||
| logger.js | ||
| loginHandler.js | ||
| sync.js | ||
| syncUser.js | ||
| testConnection.js | ||