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/resource/config/config.ldif |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif
index 9b60f5f..a6a4fc2 100644
--- a/opends/resource/config/config.ldif
+++ b/opends/resource/config/config.ldif
@@ -366,6 +366,7 @@
 ds-cfg-backend-writability-mode: enabled
 ds-cfg-backend-base-dn: cn=admin data
 ds-cfg-ldif-file: config/admin-backend.ldif
+ds-cfg-is-private-backend: true
 
 dn: cn=Certificate Mappers,cn=config
 objectClass: top

--
Gitblit v1.10.0