From a00e82adec8a13d514f9aa29f56762591426bd5e Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 30 Jan 2014 13:50:01 +0000
Subject: [PATCH] Fix for OPENDJ-1295, allow password policy subentries to refer to configured password validators. To do so, one will need to add an auxiliary objectclass in the password policy subentry and the mandatory ds-cfg-password-validator attribute (value is the DN of the validator in cn=config DIT).

---
 opends/src/messages/messages/core.properties |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index b31222f..a03040b 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -1421,3 +1421,12 @@
 MILD_ERR_MODIFY_REPLACE_INVALID_SYNTAX_NO_VALUE_744=When attempting to modify \
  entry %s to replace the set of values for attribute %s, one value was found to \
  be invalid according to the associated syntax:  %s
+SEVERE_ERR_PWPOLICY_UNKNOWN_VALIDATOR_745=The password policy \
+definition contained in configuration entry "%s" is invalid because the \
+password validator "%s" specified in attribute "%s" cannot be found
+SEVERE_ERR_PWPOLICY_REJECT_DUE_TO_UNKNOWN_VALIDATOR_REASON_746=The password could not \
+ be validated because of misconfiguration. Please contact the administrator
+SEVERE_ERR_PWPOLICY_REJECT_DUE_TO_UNKNOWN_VALIDATOR_LOG_747=The password for \
+ user %s could not be validated because the password policy subentry %s is \
+ referring to an unknown password validator (%s). Please make sure the password \
+ policy subentry only refers to validators that exist on all replicas
\ No newline at end of file

--
Gitblit v1.10.0