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

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

SUCCESS: Integrated in Ambari-trunk-Commit #1396 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/1396/])
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)

Reply via email to