Attila Magyar created AMBARI-24126:
--------------------------------------
Summary: Ambari setup-ldap does not prompt for ldaps cert path,
even when use-ssl is set to true
Key: AMBARI-24126
URL: https://issues.apache.org/jira/browse/AMBARI-24126
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.7.0
Reporter: Attila Magyar
Assignee: Attila Magyar
Fix For: 2.7.0
Running ambari-server setup-ldap with use SSL option gives the following error:
{code}
Traceback (most recent call last):
File "/usr/sbin/ambari-server.py", line 1056, in <module>
mainBody()
File "/usr/sbin/ambari-server.py", line 1026, in mainBody
main(options, args, parser)
File "/usr/sbin/ambari-server.py", line 976, in main
action_obj.execute()
File "/usr/sbin/ambari-server.py", line 79, in execute
self.fn(*self.args, **self.kwargs)
File "/usr/lib/ambari-server/lib/ambari_server/setupSecurity.py", line 799,
in setup_ldap
if get_YN_input("Do you want to remove these properties [y/n] (y)? ", True,
options.trust_store_reconfigure):
AttributeError: Values instance has no attribute 'trust_store_reconfigure'
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)