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