You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/12/15 16:25:00 UTC

[jira] [Commented] (AMBARI-22658) Cannot write krbPasswordExpiry in FreeIPA

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

Hadoop QA commented on AMBARI-22658:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12902393/IPKerberosOperationHandler-for-FreeIPA-4.3.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/12847//console

This message is automatically generated.

> Cannot write krbPasswordExpiry in FreeIPA
> -----------------------------------------
>
>                 Key: AMBARI-22658
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22658
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.6.0
>         Environment: Ubuntu 16.04 LTS with FreeIPA 4.3.1
>            Reporter: Tobias Hofer
>         Attachments: IPKerberosOperationHandler-for-FreeIPA-4.3.patch
>
>
> Ambari Server fails to change the krbPasswordExpiry date because of an invalid date format.
> IPA fails to update the user by IPAKerberosOperationHandler.
> {code:java}
> user-mod %s --setattr krbPasswordExpiration=%s
> {code}
> The used format
> {noformat}
> yyyyMMddHHmmss.SSS'Z'
> {noformat}
> needs to be
> {noformat}
> yyyyMMddHHmmss'Z'
> {noformat}
> at least for the FreeIPA version distributed with Ubuntu 16.04.
> It would be great if Ambari is going to support FreeIPA 4.3.1 as well.



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