Description
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.