[
https://issues.apache.org/jira/browse/AMBARI-20771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Levas updated AMBARI-20771:
----------------------------------
Description:
Characters used in usernames should be constrained such that they can contain:
* Letters ( a-z )
* Numbers ( 0-9 )
* Dashes ( - )
* Underscores ( _ ),
* Apostrophes ( ' )
* Periods ( . )
* Commas ( , )
* At symbols ( @ )
* Dollar sign ( $ )
* Percent signs (%)
* Forward slashes ( / )
* Tildes ( ~ )
was:
Characters used in usernames should be constrained such that they can contain:
* Letters (a-z|A-Z)
* Numbers (0-9)
* Dashes (\-)
* Underscores (_),
* Apostrophes (')
* Periods (.)
* Commas (,)
* At symbols (@)
* Dollar sign ($)
* Percent signs (%)
* Forward slashes (/)
* Tildes (~)
> BE: Characters used in usernames should be constrained
> -------------------------------------------------------
>
> Key: AMBARI-20771
> URL: https://issues.apache.org/jira/browse/AMBARI-20771
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Robert Levas
> Assignee: Attila Magyar
> Priority: Critical
> Labels: security
> Fix For: 2.5.1
>
>
> Characters used in usernames should be constrained such that they can contain:
> * Letters ( a-z )
> * Numbers ( 0-9 )
> * Dashes ( - )
> * Underscores ( _ ),
> * Apostrophes ( ' )
> * Periods ( . )
> * Commas ( , )
> * At symbols ( @ )
> * Dollar sign ( $ )
> * Percent signs (%)
> * Forward slashes ( / )
> * Tildes ( ~ )
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)