NIFI-10978 Added LDAP_REFERRAL_STRATEGY to NiFi Docker

This closes #6796

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Dominique Jean-Prost 2022-12-19 09:39:21 +01:00 committed by exceptionfactory
parent c85a6e866f
commit ce237888e6
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 2 additions and 1 deletions

View File

@ -44,4 +44,5 @@ edit_property 'TLS - Protocol' "${LDAP_TLS_PROTOCOL}"
edit_property 'Url' "${LDAP_URL}"
edit_property 'User Search Base' "${LDAP_USER_SEARCH_BASE}"
edit_property 'User Search Filter' "${LDAP_USER_SEARCH_FILTER}"
edit_property 'Identity Strategy' "${LDAP_IDENTITY_STRATEGY}"
edit_property 'Identity Strategy' "${LDAP_IDENTITY_STRATEGY}"
edit_property 'Referral Strategy' "${LDAP_REFERRAL_STRATEGY}"