From 25ec8f114ba5c031962e45293ef2a0bb2cc88014 Mon Sep 17 00:00:00 2001 From: Philipp Hauswirth Date: Tue, 27 Feb 2024 12:13:30 +0100 Subject: [PATCH] use correct LDAP_READER env variables --- core/files/configure_misp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/files/configure_misp.sh b/core/files/configure_misp.sh index fd96929..d0e620a 100755 --- a/core/files/configure_misp.sh +++ b/core/files/configure_misp.sh @@ -143,8 +143,8 @@ set_up_ldap() { \"starttls\": ${LDAP_STARTTLS}, \"ldapProtocol\": ${LDAP_OPT_PROTOCOL_VERSION}, \"ldapNetworkTimeout\": ${LDAP_OPT_NETWORK_TIMEOUT}, - \"ldapReaderUser\": \"${LDAP_READ_USER}\", - \"ldapReaderPassword\": \"${LDAP_READ_PASSWORD}\", + \"ldapReaderUser\": \"${LDAP_READER_USER}\", + \"ldapReaderPassword\": \"${LDAP_READER_PASSWORD}\", \"ldapDN\": \"${LDAP_DN}\", \"ldapSearchFilter\": \"${LDAP_SEARCH_FILTER}\", \"ldapSearchAttribut\": \"${LDAP_SEARCH_ATTRIBUTE}\",