You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/12/19 20:06:35 UTC

[nifi] branch main updated: NIFI-10978 Added LDAP_REFERRAL_STRATEGY to NiFi Docker

This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new ce237888e6 NIFI-10978 Added LDAP_REFERRAL_STRATEGY to NiFi Docker
ce237888e6 is described below

commit ce237888e6551adaad3dbd59dd11654bd274a09a
Author: Dominique Jean-Prost <dj...@gmail.com>
AuthorDate: Mon Dec 19 09:39:21 2022 +0100

    NIFI-10978 Added LDAP_REFERRAL_STRATEGY to NiFi Docker
    
    This closes #6796
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-docker/dockerhub/sh/update_login_providers.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nifi-docker/dockerhub/sh/update_login_providers.sh b/nifi-docker/dockerhub/sh/update_login_providers.sh
index e124960eec..c0ddc0ca75 100755
--- a/nifi-docker/dockerhub/sh/update_login_providers.sh
+++ b/nifi-docker/dockerhub/sh/update_login_providers.sh
@@ -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}"
\ No newline at end of file
+edit_property 'Identity Strategy'           "${LDAP_IDENTITY_STRATEGY}"
+edit_property 'Referral Strategy'           "${LDAP_REFERRAL_STRATEGY}"