[
https://issues.apache.org/jira/browse/AMBARI-25268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830570#comment-16830570
]
Hudson commented on AMBARI-25268:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-branch-2.7 #492 (See
[https://builds.apache.org/job/Ambari-branch-2.7/492/])
AMBARI-25268. implement configurable password policy for Ambari users (github:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=87e65b5f1cec08849939033c0958bbf39733c727])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/Users.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/TestUsers.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/UserResourceProvider.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
> implement configurable password policy for Ambari users
> -------------------------------------------------------
>
> Key: AMBARI-25268
> URL: https://issues.apache.org/jira/browse/AMBARI-25268
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-server
> Affects Versions: 2.7.4
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.4
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> We need to add support for user configurable password policies.
> The following needs to be supported (ideally via regexp)
> • Minimum length=15
> • Must not contain account name or user name.
> • Must contain at least three out of the following four character types
> • numeric character
> • lower case alphabetic character
> • upper case alphabetic character
> • punctuation/special symbol
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)