You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Sandor Molnar (JIRA)" <ji...@apache.org> on 2018/11/15 15:30:00 UTC

[jira] [Created] (AMBARI-24907) Update service metainfo to declare LDAP integration support

Sandor Molnar created AMBARI-24907:
--------------------------------------

             Summary: Update service metainfo to declare LDAP integration support
                 Key: AMBARI-24907
                 URL: https://issues.apache.org/jira/browse/AMBARI-24907
             Project: Ambari
          Issue Type: Task
          Components: ambari-sever
    Affects Versions: 2.7.0
            Reporter: Sandor Molnar
            Assignee: Sandor Molnar
             Fix For: 2.8.0


Update service metainfo to declare LDAP integration support. The following tag may be optionally set in a service's metainfo.xml file:
{noformat}
<ldap>
 <supported>true</supported>
 <ldapEnabledTest>
    {
      "equals": [
        "ranger-admin-site/ranger.authentication.method",
        "LDAP"
      ]
    }
 <ldapEnabledTest>
</ldap>{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)