From 7469f277aaff12b15be7e8fbc302b216d5e1adf3 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Wed, 26 Sep 2007 02:19:37 +0000 Subject: [PATCH] Update the appropriate identity mappers and certificate mappers to use the new isIndexed API in the backend to ensure that all referenced attributes are indexed for equality. --- opends/src/messages/messages/extension.properties | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index 0fe023b..c46a3ab 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -1598,3 +1598,19 @@ provided symmetric key extended request: %s MILD_ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION_564=An unexpected error occurred \ while attempting to decode the symmetric key extended request sequence: %s +SEVERE_ERR_EXACTMAP_ATTR_UNINDEXED_565=The exact match identity mapper \ + defined in configuration entry %s references attribute type %s which is does \ + not have an equality index defined in backend %s +SEVERE_ERR_REGEXMAP_ATTR_UNINDEXED_566=The regular expression identity mapper \ + defined in configuration entry %s references attribute type %s which is does \ + not have an equality index defined in backend %s +SEVERE_ERR_FCM_ATTR_UNINDEXED_567=The fingerprint certificate mapper defined \ + in configuration entry %s references attribute type %s which is does not \ + have an equality index defined in backend %s +SEVERE_ERR_SATUACM_ATTR_UNINDEXED_568=The subject attribute to user attribute \ + certificate mapper defined in configuration entry %s references attribute \ + type %s which is does not have an equality index defined in backend %s +SEVERE_ERR_SDTUACM_ATTR_UNINDEXED_569=The subject DN to user attribute \ + certificate mapper defined in configuration entry %s references attribute \ + type %s which is does not have an equality index defined in backend %s + -- Gitblit v1.10.0