[
https://issues.apache.org/jira/browse/AMBARI-24522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16598169#comment-16598169
]
Hudson commented on AMBARI-24522:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.7 #204 (See
[https://builds.apache.org/job/Ambari-branch-2.7/204/])
[AMBARI-24522] Cannot connect to MIT KDC admin server when port is (rlevas:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=50d771e30216e3a4b48cf9081bc79c8c86de7e69])
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/serveraction/kerberos/MITKerberosOperationHandlerTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/IPAKerberosOperationHandler.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/MITKerberosOperationHandler.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/KDCKerberosOperationHandler.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/serveraction/kerberos/IPAKerberosOperationHandlerTest.java
> Cannot connect to MIT KDC admin server when port is specified in
> kerberos-env/admin_server_host
> -----------------------------------------------------------------------------------------------
>
> Key: AMBARI-24522
> URL: https://issues.apache.org/jira/browse/AMBARI-24522
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.7.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Critical
> Labels: kerberos, pull-request-available, regression
> Fix For: 2.7.2
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> Cannot connect to MIT KDC admin server when port is specified in
> {{kerberos-env/admin_server_host}}. The following error is seen when
> validating the KDC admin credentials:
> {noformat}
> kinit: Server not found in Kerberos database while getting initial credentials
> {noformat}
> The reason for this is due to how the credentials are created for accessing
> the MIT KDC administration server.
> {noformat}
> kinit -c <path> -S kadmin/<kerberos-env/admin_server_host> <principal>
> {noformat}
> If a port was added to the {{kerberos-env/admin_server_host}} value then the
> server principal will be generated like {{kadmin/kdc.example.com:4749}}
> rather than {{kadmin/kdc.example.com}}. Therefore the server principal is not
> found.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)