You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Bryan Bende (JIRA)" <ji...@apache.org> on 2016/05/04 17:01:12 UTC

[jira] [Created] (RANGER-967) Allow additional characters in username

Bryan Bende created RANGER-967:
----------------------------------

             Summary: Allow additional characters in username
                 Key: RANGER-967
                 URL: https://issues.apache.org/jira/browse/RANGER-967
             Project: Ranger
          Issue Type: Improvement
            Reporter: Bryan Bende
            Assignee: Bryan Bende
            Priority: Minor


Currently the Username field on the Create User form in the UI performs validation that restricts the value to:

[a-z0-9][a-z0-9,._\-'+/@]+

I'd like to be able to add a DN as a username such as:
CN=localhost, OU=My Org, O=Apache, L=Santa Monica, ST=CA, C=US

I believe this would require adding "=" and spaces as valid characters.



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