[ 
https://issues.apache.org/jira/browse/NIFI-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838008#comment-15838008
 ] 

ASF GitHub Bot commented on NIFI-3390:
--------------------------------------

Github user mcgilman commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1441#discussion_r97814843
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/login-identity-providers.xml
 ---
    @@ -50,7 +50,7 @@
             'Connect Timeout' - Duration of connect timeout. (i.e. 10 secs).
             'Read Timeout' - Duration of read timeout. (i.e. 10 secs).
            
    -        'Url' - Url of the LDAP servier (i.e. ldap://<hostname>:<port>).
    +        'Url' - Comma separated list of URLs of the LDAP server (i.e. 
ldap://<hostname>:<port>).
    --- End diff --
    
    I think this documentation update should probably be reflected in 
administration-guide.adoc too.


> 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)

Reply via email to