NIFI-10930 Added LDAP_REFERRAL_STRATEGY variable for Docker

This closes #6749

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Dominique Jean-Prost 2022-11-28 14:56:38 +01:00 committed by exceptionfactory
parent de694ee45d
commit 0ebc6d3148
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 0 deletions

View File

@ -45,3 +45,4 @@ 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 'Referral Strategy' "${LDAP_REFERRAL_STRATEGY}"