Skip to content

Commit ab79ea2

Browse files
committed
Bump version and improve escaping documentation
1 parent 1fd8070 commit ab79ea2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

template.env

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Build-time variables
33
##
44

5-
CORE_TAG=v2.4.193
6-
MODULES_TAG=v2.4.193
5+
CORE_TAG=v2.4.194
6+
MODULES_TAG=v2.4.194
77
PHP_VER=20190902
88
LIBFAUP_COMMIT=3a26d0a
99

@@ -106,14 +106,16 @@ SYNCSERVERS_1_KEY=
106106
# OIDC_DEFAULT_ORG=
107107

108108
# Enable LDAP (using the ApacheSecureAuth component) authentication, according to https://github.com/MISP/MISP/issues/6189
109-
# NOTE: Once you enable LDAP authentication with the ApacheSecureAuth component, users should not be able to control the HTTP header configured in LDAP_APACHE_ENV (e.g. REMOTE_USER).
110-
# This means you must not allow direct access to MISP.
109+
# NOTE: Once you enable LDAP authentication with the ApacheSecureAuth component,
110+
# users should not be able to control the HTTP header configured in LDAP_APACHE_ENV
111+
# (e.g. REMOTE_USER), this means you must not allow direct access to MISP.
112+
# NOTE 2: You need to escape special characters twice, e.g., "pass\word" becomes "pass\\\\word".
111113
# LDAP_ENABLE=true
112114
# LDAP_APACHE_ENV="REMOTE_USER"
113115
# LDAP_SERVER="ldap://your_domain_controller"
114116
# LDAP_STARTTLS=true
115117
# LDAP_READER_USER="CN=service_account_name,OU=Users,DC=domain,DC=net"
116-
# LDAP_READER_PASSWORD="password" # Doubly escape necessary special characters inside the password. E.g. literal "pass\word" should be escaped as "pass\\\\word"
118+
# LDAP_READER_PASSWORD="password"
117119
# LDAP_DN="OU=Users,DC=domain,DC=net"
118120
# LDAP_SEARCH_FILTER=""
119121
# LDAP_SEARCH_ATTRIBUTE="uid"

0 commit comments

Comments
 (0)