Description
To get around the "/" in Kerberos principals, we base-64 encode the principals before putting them in ZooKeeper.
In the case where a user operation fails because that user doesn't exist (e.g. deleteuser), the exception contains the base64-encoded name, not the actual kerberos principal.
Attachments
Issue Links
- is broken by
-
ACCUMULO-2815 Kerberos authentication for clients
- Resolved