From 30557a372af7d6985e437330fd1a4f2a02ef086d Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Thu, 23 Feb 2012 01:01:28 +0000 Subject: [PATCH] Fix OPENDJ-409: Add support for optimistic concurrency control via ETag-like attributes --- opends/src/messages/messages/extension.properties | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index 94e5306..22c3125 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -21,7 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. -# Portions Copyright 2011 ForgeRock AS +# Portions Copyright 2011-2012 ForgeRock AS @@ -1516,4 +1516,5 @@ SEVERE_ERR_LDAP_PTA_NO_PWD_613=The configuration of LDAP PTA policy \ "%s" is invalid because it does not specify the a means for obtaining the mapped \ search bind password - +MILD_ERR_ETAG_VATTR_NOT_SEARCHABLE_614=The %s attribute is not \ + searchable and should not be included in otherwise unindexed search filters -- Gitblit v1.10.0