[
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 [email protected]
> {code}
> To fix this, quotes are needed around the password:
> {code:title=fix}
> add_principal -pw "265 V$^+91axff4i56" [email protected]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)