From ce11a7c0e22ee8f70e14c43419f20be70176fe8c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 21 May 2012 16:37:58 -0400 Subject: Index the fqdn attribute. We do a search on this when installing a replica. https://fedorahosted.org/freeipa/ticket/2735 --- install/share/indices.ldif | 9 +++++++++ install/updates/20-indices.update | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/install/share/indices.ldif b/install/share/indices.ldif index 05c276554..1b1ba7df9 100644 --- a/install/share/indices.ldif +++ b/install/share/indices.ldif @@ -91,3 +91,12 @@ 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 diff --git a/install/updates/20-indices.update b/install/updates/20-indices.update index b0e2f36b8..9592a7a96 100644 --- a/install/updates/20-indices.update +++ b/install/updates/20-indices.update @@ -32,3 +32,11 @@ default:ObjectClass: top default:ObjectClass: nsIndex default:nsSystemIndex: false default:nsIndexType: eq + +dn: cn=fqdn,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +default:cn: fqdn +default:ObjectClass: top +default:ObjectClass: nsIndex +default:nsSystemIndex: false +default:nsIndexType: eq +default:nsIndexType: pres -- cgit