[
https://issues.apache.org/jira/browse/NIFI-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15839706#comment-15839706
]
ASF subversion and git services commented on NIFI-3390:
-------------------------------------------------------
Commit c15111d98511bcbb9f6076e00441e7ec58bc79a1 in nifi's branch
refs/heads/master from [~pvillard]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=c15111d ]
NIFI-3390 Added support for multiple LDAP servers. This closes #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)