You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/01/06 01:42:35 UTC

[jira] [Commented] (AMBARI-8874) ADKerberosOperationHandler should not set objectcategory attribute

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

Hudson commented on AMBARI-8874:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit-docker #662 (See [https://builds.apache.org/job/Ambari-trunk-Commit-docker/662/])
AMBARI-8874. ADKerberosOperationHandler should not set objectcategory attribute. (dilli Arumugam via jaimin) (jaimin: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=016604db04fffb68cc9416117a9fab907baf8b7b)
* ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/ADKerberosOperationHandler.java


> ADKerberosOperationHandler should not set objectcategory attribute
> ------------------------------------------------------------------
>
>                 Key: AMBARI-8874
>                 URL: https://issues.apache.org/jira/browse/AMBARI-8874
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.0.0
>            Reporter: Dilli Arumugam
>            Assignee: Dilli Arumugam
>             Fix For: 2.0.0
>
>         Attachments: AMBARI-8874.1.patch
>
>
> At present ADKerberosOperationHandler sets objectcategory attribute.
> See the code snippet
> Attribute obcat = new BasicAttribute("objectCategory");
> obcat.add("CN=Person,CN=Schema,CN=Configuration," + realmToDcs(realm));
>  attributes.put(obcat);
> This works fine with Windows Server 2012.
> But, reports error while creating service account in Windows Server 2008.
> If we do not set this attribute, service principal creation works fine in Windows Server 2012 and Windows Server 2008.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)