From 66e0ea567ae7d17fe9c348016b18c90a33fca561 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Mon, 13 Jun 2011 10:09:55 +0000
Subject: [PATCH] Fix to OPENDJ-197: In the StaticGroup cache, keep members as strings (ByteString) rather than DN objects. These are much more compact. DNs are built from the ByteString only when needed.

---
 opends/src/messages/messages/extension.properties |   18 +++---------------
 1 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties
index ee34cfe..b70ff7e 100644
--- a/opends/src/messages/messages/extension.properties
+++ b/opends/src/messages/messages/extension.properties
@@ -21,6 +21,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
+#      Portions Copyright 2011 ForgeRock AS
 
 
 
@@ -901,10 +902,6 @@
 NOTICE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION_375=Account-Status-Notification \
  type='%s' userdn='%s' id=%d msg='%s'
 
-
-
-
-
 MILD_ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_377=An error occurred \
  while attempting to retrieve the clear-text password(s) for user %s in order \
  to perform SASL CRAM-MD5 authentication:  %s
@@ -948,9 +945,6 @@
  perform an internal modification to update the group:  %s
 MILD_ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES_392=You do not have sufficient \
  privileges to perform password reset operations
-
-
-
 MILD_ERR_SASLDIGESTMD5_EMPTY_AUTHZID_393=The provided authorization ID was \
  empty, which is not allowed for DIGEST-MD5 authentication
 MILD_ERR_SASLDIGESTMD5_AUTHZID_INVALID_DN_394=The provided authorization ID \
@@ -963,14 +957,6 @@
  find any entry corresponding to authorization ID %s
 MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_AUTHZID_399=An error occurred while \
  attempting to map authorization ID %s to a user entry:  %s
-
-
-
-
-
-
-
-
 MILD_ERR_SASLPLAIN_AUTHZID_INVALID_DN_400=The provided authorization ID %s \
  contained an invalid DN:  %s
 MILD_ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES_401=The authenticating \
@@ -1439,3 +1425,5 @@
 MILD_ERR_CHARSET_VALIDATOR_TOO_FEW_OPTIONAL_CHAR_SETS_581=The provided \
  password did not contain characters from at least %d of the following \
  character sets: %s
+MILD_ERR_STATICMEMBERS_CANNOT_DECODE_DN_582=An error occurred while \
+ attempting to decode member's DN %s of static group %s:  %s

--
Gitblit v1.10.0