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

ASF GitHub Bot commented on TRAFODION-2579:
-------------------------------------------

GitHub user svarnau opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1050

    [TRAFODION-2579] Allow multiple LDAP values in ambari-installer

    Also updates service number to match release number on master branch.
    Common services remain as 2.1, since they work for 2.1+ releases.
    
    This version of ambari installer specifies trafodion 2.2 for all
    three HDP stacks.  If it becomes incompatible, then we should specify
    2.1 for the older stacks.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/svarnau/incubator-trafodion amb2579

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1050.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1050
    
----
commit d83c9b170954efdb29aa4dd1e2626f14b00d0635
Author: Steve Varnau <[email protected]>
Date:   2017-04-06T22:07:30Z

    [TRAFODION-2579] Allow multiple LDAP values in ambari-installer
    
    Also updates service number to match release number on master branch.
    Common services remain as 2.1, since they work for 2.1+ releases.
    
    This version of ambari installer specifies trafodion 2.2 for all
    three HDP stacks.  If it becomes incompatible, then we should specify
    2.1 for the older stacks.

----


> installers should allow multiple ldap hosts and ldap UID lines
> --------------------------------------------------------------
>
>                 Key: TRAFODION-2579
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2579
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: installer
>    Affects Versions: 2.2-incubating
>            Reporter: Steve Varnau
>
> Both python and ambari installer seem to limit LDAP configuration.
> Instead of 
>    LDAPHostName: host,host2
> the generated config should be:
>    LDAPHostName: host
>    LDAPHostName: host2
> The same is true of the UniqueIdentifier keyword.  These should be one per 
> line and an identifier string can contain embedded spaces. A better separator 
> would perhaps be semi-colon.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to