Skip to content

Commit

Permalink
use correct LDAP_READER env variables (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-phil authored Feb 27, 2024
1 parent f3ba38e commit ca6f598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/files/configure_misp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}\",
Expand Down

0 comments on commit ca6f598

Please sign in to comment.