[
https://issues.apache.org/jira/browse/TRAFODION-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958530#comment-15958530
]
ASF GitHub Bot commented on TRAFODION-2579:
-------------------------------------------
GitHub user mkby opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1049
[TRAFODION-2579] installers should allow multiple ldap hosts and ldap UID
lines
changes for pyinstaller part.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mkby/incubator-trafodion 2579
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1049.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 #1049
----
commit 4de192332ef35768f8a86890c6a765b3df692999
Author: Eason <[email protected]>
Date: 2017-04-06T08:24:53Z
[TRAFODION-2579] installers should allow multiple ldap hosts and ldap UID
lines
----
> 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)