Dilli Arumugam created AMBARI-8874:
--------------------------------------
Summary: 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
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)