PasswordValidatorCfgDefn_ko.properties revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosteruser-friendly-name=Password Validator
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosteruser-friendly-plural-name=Password Validators
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fostersynopsis=Password Validators are responsible for determining whether a proposed password is acceptable for use and could include checks like ensuring it meets minimum length requirements, that it has an appropriate range of characters, or that it is not in the history.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterdescription=The password policy for a user specifies the set of password validators that should be used whenever that user provides a new password. In order to activate a password validator, the corresponding configuration entry must be enabled, and the DN of that entry should be included in the password-validator attribute of the password policy in which you want that validator active. All password validator configuration entries must contain the password-validator structural objectclass.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterproperty.enabled.synopsis=Indicates whether the password validator is enabled for use.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the password validator implementation.