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

hajma
21.09.2009 c8ca49df3c967f956333ec92ddbaaafa30136167
opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_de.properties
@@ -7,7 +7,7 @@
property.dictionary-file.synopsis=Specifies the path to the file containing a list of words that cannot be used as passwords.
property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDS Directory Server instance root.
property.dictionary-file.syntax.string.pattern.synopsis=The path to any text file contained on the system that is readable by the server.
property.enabled.synopsis=Indicates whether the password validator is enabled for use.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the password validator implementation.
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.
property.test-reversed-password.synopsis=Indicates whether this password validator is to test the reversed value of the provided password as well as the order in which it was given.
property.test-reversed-password.description=For example, if the user provides a new password of "password" and this configuration attribute is set to true, then the value "drowssap" is also tested against attribute values in the user's entry.