mirror of https://github.com/apache/nifi.git
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:
parent
de694ee45d
commit
0ebc6d3148
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue