From c9da9e4bd4a115a646dfb846972126ca8eef1158 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 18 Aug 2011 17:43:22 +0000
Subject: [PATCH] Initial checkpoint of work for OPENDJ-262: Implement pass through authentication (PTA)

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

diff --git a/opends/src/messages/messages/config.properties b/opends/src/messages/messages/config.properties
index 1ab1e04..11e75d3 100644
--- a/opends/src/messages/messages/config.properties
+++ b/opends/src/messages/messages/config.properties
@@ -2163,3 +2163,9 @@
 MILD_ERR_CONFIG_CORE_INVALID_MAX_PSEARCH_LIMIT_725=The provided maximum allowed \
  simultaneous persistent searches '%d' is invalid.  The maximum allowed \
  value must be between 0 and '%d' where '%d' is the number of worker threads
+SEVERE_ERR_CONFIG_PWPOLICY_DEFAULT_POLICY_IS_WRONG_TYPE_726=The configuration \
+ entry '%s' is currently defined to be the default password policy, however it \
+ is not a password policy
+MILD_ERR_CONFIG_PWPOLICY_CANNOT_CHANGE_DEFAULT_POLICY_WRONG_TYPE_727=The \
+ default password policy value '%s' is invalid because it refers to an \
+ authentication policy which is not a password policy

--
Gitblit v1.10.0