[
https://issues.apache.org/jira/browse/AMBARI-20771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15981621#comment-15981621
]
Hudson commented on AMBARI-20771:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #7345 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/7345/])
AMBARI-20771. BE: Characters used in usernames should be constrained
(adoroszlai:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e8fd10cf6de7cc20662ab7d609ac8e105326ab6a])
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariAuthorizationProviderDisableUserTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/ldap/AmbariLdapDataPopulatorTest.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/UserName.java
* (add)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/UserNameTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/SecurityHelperImplTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLocalUserProviderTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/orm/OrmTestHelper.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/orm/dao/UserDAOTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariUserAuthenticationFilterTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/UserEntity.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog240Test.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/UsersTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/Users.java
> 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
>
> Attachments: AMBARI-20771_branch-2.5.patch, AMBARI-20771.patch
>
>
> Characters used in usernames should be constrained such that they cannot
> contain the following characters:
> * Less than symbols ( < )
> * Greater than symbols ( > )
> * Ampersand ( & )
> * Back slashes ( \ )
> * Backtick ( ` )
> * Pipe ( | )
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)