From 6f265e047f6505d5fa996d85ef00f17796d84462 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Thu, 20 Oct 2011 15:34:00 +0000 Subject: [PATCH] Fix OpenDJ-222: Remove more references to OpenDS. This time we cleanup messages, and localized messages. --- opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_ko.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_ko.properties b/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_ko.properties index 21b18b0..1aa200e 100644 --- a/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_ko.properties +++ b/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_ko.properties @@ -5,7 +5,7 @@ property.case-sensitive-validation.synopsis=Indicates whether this password validator is to treat password characters in a case-sensitive manner. property.case-sensitive-validation.description=If it is set to true, then the validator rejects a password only if it appears in the dictionary with exactly the same capitalization as provided by the user. 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 OpenDJ instance root. +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 OpenDJ 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. -- Gitblit v1.10.0