You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2015/05/16 23:31:00 UTC

[jira] [Reopened] (AMBARI-11169) Kerberos: Principals fail to be created if whitespace exists in generated passwords

     [ https://issues.apache.org/jira/browse/AMBARI-11169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar reopened AMBARI-11169:
------------------------------------

Reopening looks like this is causing regression.

> Kerberos: Principals fail to be created if whitespace exists in generated passwords
> -----------------------------------------------------------------------------------
>
>                 Key: AMBARI-11169
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11169
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.1.0
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>            Priority: Critical
>              Labels: kerberos
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-11169_01.patch
>
>
> Principals fail to be created if whitespace exists in generated passwords.
> {code:title=failure condition}
> add_principal -pw 265 V$^+91axff4i56 ambari-qa@EXAMPLE.COM
> {code}
> To fix this, quotes are needed around the password:
> {code:title=fix}
> add_principal -pw "265 V$^+91axff4i56" ambari-qa@EXAMPLE.COM
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)