Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-10018

Kerberos: Password generator needs to generate passwords based on rules to satisfy password policy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.1.0
    • ambari-server

    Description

      The password generator used to generate passwords for identities needs to generate passwords based on a rule set rather than just a random sequence of characters.

      In a KDC (MIT or Active Directory), there may be a policy in place requiring a certain characteristics for the password. By creating a password consisting if 18 characters pulled randomly from abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890?.!$%^*()-_+=~, there is no guarantee that any specific policy will be met.

      The following rules should be settable:

      • Length
      • Minimum number of lowercase letters (a-z)
      • Minimum number of uppercase letters (A-Z)
      • Minimum number of digits (0-9)
      • Minimum number of punctuation characters (?.!$%^*()-_+=~)

      Attachments

        1. AMBARI-10018_01.patch
          42 kB
          Robert Levas
        2. AMBARI-10018_02.patch
          57 kB
          Robert Levas

        Activity

          People

            rlevas Robert Levas
            rlevas Robert Levas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: