mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
14.23.2009 5de2ebdbbee4fa90dc14f9df6e9157517ab55b4b
1
2
3
4
5
6
user-friendly-name=Password Validator
user-friendly-plural-name=Password Validators
synopsis=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.
description=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.
property.enabled.synopsis=Gibt an ob der Passwortvalidierer zur Benutzng aktiviert ist.
property.java-class.synopsis=Gibt den vollqualifizierten Java Klassennamen an welche den Passwortvalidierer implementiert.