You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2019/01/03 10:31:00 UTC

[jira] [Created] (QPID-8269) [Broker-J] Enforce password complexity in authentication providers managing credentials

Alex Rudyy created QPID-8269:
--------------------------------

             Summary: [Broker-J] Enforce password complexity in authentication providers managing credentials
                 Key: QPID-8269
                 URL: https://issues.apache.org/jira/browse/QPID-8269
             Project: Qpid
          Issue Type: Improvement
          Components: Broker-J
            Reporter: Alex Rudyy
             Fix For: qpid-java-broker-8.0.0


Validate the password credentials in Qpid authentication providers managing credentials to meet the following requirements:
* Password length must be greater than predefined minimum password length limit (8 or 16 characters, by default)
* Passwords included in the predefined blacklist must not be allowed
* Passwords must not include repetitive or sequential patterns of more than 3 characters
* Passwords must not include the account username
* Password must be comprised of 3 out of the following 4 elements:
** Lowercase characters (a through z)
** Uppercase characters (A through Z)
** Base 10 digits (0 through 9)
** Special or non-alphanumeric characters (@,#,+,etc)
* Passwords must not be reused the last 12 times




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org