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

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

    [ https://issues.apache.org/jira/browse/RANGER-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279883#comment-15279883 ] 

rangerqa commented on RANGER-967:
---------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12803393/RANGER-967.patch
  against master revision 2b02813.

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

    +1 checkstyle.  The patch generated 0 code style errors.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 2.0.3) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-RANGER-Build/204//testReport/
Console output: https://builds.apache.org/job/PreCommit-RANGER-Build/204//console

This message is automatically generated.

> 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: Gautam Borad
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: RANGER-967.patch
>
>
> 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)