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

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

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 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)