You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Attila Magyar (JIRA)" <ji...@apache.org> on 2018/06/16 13:06:00 UTC

[jira] [Resolved] (AMBARI-24126) Ambari setup-ldap does not prompt for ldaps cert path, even when use-ssl is set to true

     [ https://issues.apache.org/jira/browse/AMBARI-24126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Attila Magyar resolved AMBARI-24126.
------------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.7.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)