From 4c6354275265e835bbab21af899df63b4dc0ebcb Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Wed, 26 Sep 2007 00:49:44 +0000 Subject: [PATCH] Update the backend API to include new isIndexed methods that can be used to determine whether a given attribute is indexed in a specified manner, or that can be used to determine whether a specified filter is indexed. At present, all backends except the JE backend and the replication backend are considered always indexed for all operations. The JE backend is only considered indexed based on its index configuration. The replication backend is never considered indexed. --- opends/src/messages/messages/access_control.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/access_control.properties b/opends/src/messages/messages/access_control.properties index 042bfdb..64e1927 100644 --- a/opends/src/messages/messages/access_control.properties +++ b/opends/src/messages/messages/access_control.properties @@ -361,3 +361,6 @@ Control Instruction (ACI) extop expression value "%s" is invalid. A valid \ extop keyword expression value requires one or more valid extended operation \ request OID strings in the following format: oid [|| oid1] ... [|| oidN] +SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a \ + presence index defined for attribute type %s. Access control initialization \ + may take a very long time to complete in this backend -- Gitblit v1.10.0