You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Steve Varnau (JIRA)" <ji...@apache.org> on 2017/04/05 23:09:42 UTC

[jira] [Created] (TRAFODION-2579) installers should allow multiple ldap hosts and ldap UID lines

Steve Varnau created TRAFODION-2579:
---------------------------------------

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