You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Password Authenticator plugin manages passwords for CO People.

(warning) This plugin is considered Experimental.

Password Policies

Much angst has been generated over the years as security experts try to decide what the appropriate password policies should be. How long should a password be? How many character classes should be required? How often should the password be changed? What types of questions are good for resetting the password?

The Password Authenticator Plugin supports the NIST 800-63B Digital Identity Guidelines. In summary:

  • Passwords must be at least 8 characters in length. The minimum and maximum length of the password is configurable.
  • Password hints are not supported.
  • Password character composition checks are not supported.
  • Passwords do not expire.

Password Hashing Formats

Currently the only supported hash format is crypt (PASSWORD_DEFAULT) as implemented by the PHP password_hash function. Additional formats are likely to be supported in future releases.

Supported Provisioners

The LDAP Provisioning Plugin supports writing the hashed password to the userPassword attribute.

  • No labels