[
https://issues.apache.org/jira/browse/NIFI-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15839707#comment-15839707
]
ASF GitHub Bot commented on NIFI-3390:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/nifi/pull/1441
> Add support for LDAP HA
> -----------------------
>
> Key: NIFI-3390
> URL: https://issues.apache.org/jira/browse/NIFI-3390
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Pierre Villard
> Assignee: Pierre Villard
>
> Update LDAP provider mechanism to support multiple LDAP servers.
> Accept:
> {noformat}
> <property name="Url">ldap://node1:port1,ldap://node2:port2</property>
> {noformat}
> In {{LdapProvider.java}}, update
> {noformat}
> context.setUrl(url);
> {noformat}
> to use {{setUrls(String[] urls)}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)