Sandor Molnar created AMBARI-22797:
--------------------------------------
Summary: ambari-server setup-ldap should set configurations in the
Ambari database
Key: AMBARI-22797
URL: https://issues.apache.org/jira/browse/AMBARI-22797
Project: Ambari
Issue Type: Task
Components: ambari-server
Affects Versions: 3.0.0
Reporter: Sandor Molnar
Assignee: Sandor Molnar
Fix For: 3.0.0
{{ambari-server setup-ldap}} should set configurations in the Ambari database
rather than the ambari.properties file.
Similar to the following, but updated to collect the relevant data for Ambari
3.0.0:
{noformat}
# ambari-server setup-ldap
Using python /usr/bin/python
Setting up LDAP properties...
Primary URL* {host:port} : c6409.ambari.apache.org
Invalid characters in the input!
Primary URL* {host:port} : c6409.ambari.apache.org:363
Secondary URL {host:port} :
Use SSL* [true/false] (false):
User object class* (posixAccount):
User name attribute* (uid):
Group object class* (posixGroup):
Group name attribute* (cn):
Group member attribute* (memberUid):
Distinguished name attribute* (dn):
...{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)