You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Doroszlai, Attila (JIRA)" <ji...@apache.org> on 2017/11/08 09:46:00 UTC

[jira] [Comment Edited] (AMBARI-22293) Improve KDC integration

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

Doroszlai, Attila edited comment on AMBARI-22293 at 11/8/17 9:45 AM:
---------------------------------------------------------------------

[~rlevas], it is consistently reproduced by the [Jenkins build|https://builds.apache.org/job/Ambari-trunk-Commit/], see eg. [test results of latest build|https://builds.apache.org/job/Ambari-trunk-Commit/8354/testReport/].  However, all Kerberos unit tests run fine locally for me, too.


was (Author: adoroszlai):
[~rlevas], it is consistently reproduced by the [Jenkins build|https://builds.apache.org/job/Ambari-trunk-Commit/], see eg. [test results of latest build|https://builds.apache.org/job/Ambari-trunk-Commit/8354/testReport/].

> Improve KDC integration
> -----------------------
>
>                 Key: AMBARI-22293
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22293
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 3.0.0
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>              Labels: kerberos
>             Fix For: 3.0.0
>
>         Attachments: AMBARI-22293_trunk_01.patch, AMBARI-22293_trunk_02.patch
>
>
> Improve KDC integration by making the interfaces more consistent with each other.
> *Notes:*
> * When using the MIT KDC or IPA options, the {{kerberos-env/admin_server_host}} value *must be the fully qualified domain name* (FQDN) of the host were the KDC administrator service is. 
> * When connecting to the MIT KDC and IPA server, a username a password is not used to authenticate using the kadmin utility.  A Kerberos ticket is first acquired and that is used for authentication.
> * When creating Kerberos identities using the MIT KDC and IPA handlers, the Ambari-generated password is not used.  All password's for principals in the MIT KDC and IP server are generated randomly by the KDC.
> * Removed {{kerberos-env/set_password_expiry}} and {{kerberos-env/password_chat_timeout}} properties since they are no longer needed
> * Changed {{kerberos-env/groups}} to {{kerberos-env/ipa_user_groups}} to be more explicit in how the property is used.
> * The setPassword implementation for the MIT KDC and IPA handlers do nothing except check to see if the relevant principal exists. This is to maintain backward compatibility with previous implementations.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)