[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[Freeipa-devel] [PATCH] index memberof



The memberof attribute needs to be indexed because we will need to search on it frequently.

rob
>From a8e60a80279f098db2a88acaacaabdfc3970b5a9 Mon Sep 17 00:00:00 2001
From: Rob Crittenden <rcrit ipa greyoak com>
Date: Wed, 11 Jun 2008 17:16:52 -0400
Subject: [PATCH] Index the memberof attribute

450951
---
 ipa-server/ipa-install/share/indices.ldif |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ipa-server/ipa-install/share/indices.ldif b/ipa-server/ipa-install/share/indices.ldif
index 31cbc30..174880b 100644
--- a/ipa-server/ipa-install/share/indices.ldif
+++ b/ipa-server/ipa-install/share/indices.ldif
@@ -63,3 +63,11 @@ dn: cn=uid,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
 changetype: modify
 add: nsIndexType
 nsIndexType:sub
+
+dn: cn=memberof,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
+changetype: add
+objectClass:top
+objectClass:nsIndex
+cn:memberof
+nsSystemIndex:false
+nsIndexType:eq
-- 
1.5.4.1

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]