From 7d3b56747e9b1d0e81c032a2632522220a400f12 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Fri, 23 Feb 2007 22:06:45 +0000 Subject: [PATCH] Make the "aci" attribute indexed for presence searches by default. --- opendj-sdk/opends/resource/config/config.ldif | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/resource/config/config.ldif b/opendj-sdk/opends/resource/config/config.ldif index f5322fa..1756208 100644 --- a/opendj-sdk/opends/resource/config/config.ldif +++ b/opendj-sdk/opends/resource/config/config.ldif @@ -123,6 +123,12 @@ objectClass: ds-cfg-branch cn: Index +dn: ds-cfg-index-attribute=aci,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config +objectClass: top +objectClass: ds-cfg-je-index +ds-cfg-index-attribute: aci +ds-cfg-index-type: presence + dn: ds-cfg-index-attribute=cn,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config objectClass: top objectClass: ds-cfg-je-index -- Gitblit v1.10.0