From 1c26c06d61a72150478e8e529d36bc7eb3650f0c Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 16 Apr 2012 15:26:50 -0400 Subject: - index the fqdn and macAddress attributes for the sake of the compat plugin --- install/share/indices.ldif | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'install/share/indices.ldif') diff --git a/install/share/indices.ldif b/install/share/indices.ldif index 05c276554..6233d711e 100644 --- a/install/share/indices.ldif +++ b/install/share/indices.ldif @@ -91,3 +91,22 @@ dn: cn=ntUserDomainId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: modify replace: nsIndexType nsIndexType: eq,pres + +dn: cn=fqdn,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +changetype: add +ObjectClass: top +ObjectClass: nsIndex +cn: fqdn +nsSystemIndex: false +nsIndexType: eq +nsIndexType: pres + +dn: cn=macAddress,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +changetype: add +ObjectClass: top +ObjectClass: nsIndex +cn: macAddress +nsSystemIndex: false +nsIndexType: eq +nsIndexType: pres + -- cgit