Robert Levas created AMBARI-11169:
-------------------------------------
Summary: 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
Fix For: 2.1.0
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)