You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/03/04 22:15:38 UTC

[jira] [Created] (ACCUMULO-3639) Base64 not unwrapped when logging error in KerberosAuthenticator

Josh Elser created ACCUMULO-3639:
------------------------------------

             Summary: Base64 not unwrapped when logging error in KerberosAuthenticator
                 Key: ACCUMULO-3639
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3639
             Project: Accumulo
          Issue Type: Bug
            Reporter: Josh Elser
            Assignee: Josh Elser
             Fix For: 1.7.0


{noformat}
org.apache.accumulo.core.client.AccumuloSecurityException: Error USER_EXISTS for user dXNlcjVARVhBTVBMRS5DT00= - The user exists
{noformat}

To account for '/' in principal names due to Kerberos, we base64 the principal name before putting it in ZK. The exception includes the base64'd verison, not the original.



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