You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: template.env
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
# Build-time variables
3
3
##
4
4
5
-
CORE_TAG=v2.4.193
6
-
MODULES_TAG=v2.4.193
5
+
CORE_TAG=v2.4.194
6
+
MODULES_TAG=v2.4.194
7
7
PHP_VER=20190902
8
8
LIBFAUP_COMMIT=3a26d0a
9
9
@@ -106,14 +106,16 @@ SYNCSERVERS_1_KEY=
106
106
# OIDC_DEFAULT_ORG=
107
107
108
108
# 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".
# LDAP_READER_PASSWORD="password" # Doubly escape necessary special characters inside the password. E.g. literal "pass\word" should be escaped as "pass\\\\word"
0 commit comments