From 1f1ed9bec4371d19dab9800eb3196dc8fcb85e1b Mon Sep 17 00:00:00 2001
From: floblanc <floblanc@localhost>
Date: Thu, 30 Oct 2008 09:38:44 +0000
Subject: [PATCH] Fix Issue 3540:  Network Group: Uncaught java.lang.OutOfMemoryError while looping on calling dsconfig setting config properties

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

diff --git a/opendj-sdk/opends/src/messages/messages/config.properties b/opendj-sdk/opends/src/messages/messages/config.properties
index 55631a4..2f2fd20 100644
--- a/opendj-sdk/opends/src/messages/messages/config.properties
+++ b/opendj-sdk/opends/src/messages/messages/config.properties
@@ -2144,4 +2144,9 @@
 MILD_ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=An error occurred while \
  trying to initialize an instance of class %s as an extension as \
  defined in configuration entry %s:  %s
-
+SEVERE_ERR_CONFIG_NETWORKGROUPREQUESTFILTERINGPOLICY_INVALID_ATTRIBUTE_719=The \
+ allowed attribute %s specified in configuration entry %s is also defined as \
+ a prohibited attribute
+SEVERE_ERR_CONFIG_NETWORKGROUPREQUESTFILTERINGPOLICY_INVALID_SUBTREE_720=The \
+ allowed subtree %s specified in configuration entry %s is also defined as \
+ a prohibited subtree

--
Gitblit v1.10.0