You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2019/02/26 17:52:01 UTC

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

    [ https://issues.apache.org/jira/browse/AMBARI-24907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16778258#comment-16778258 ] 

Hudson commented on AMBARI-24907:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #10471 (See [https://builds.apache.org/job/Ambari-trunk-Commit/10471/])
AMBARI-24907. Updated service metainfo to declare LDAP integration (vishalsuvagia: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=8a495feddb82e908e8e4daac08503eea9788f239])
* (add) ambari-server/src/main/java/org/apache/ambari/server/state/ServiceLdapInfo.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/state/ServiceInfoTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/AddServiceRequest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/ServiceResponse.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ServiceResourceProvider.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/ServiceImpl.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/ServiceInfo.java


> 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
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 2.8.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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)