summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2007-10-30 13:41:41 -0400
committerRob Crittenden <rcritten@redhat.com>2007-10-30 13:41:41 -0400
commit3c8cfd94bd38ee80d7d1a14deddaa2c88ece8c86 (patch)
treeeca5a6b71e4478ae32ee4528c2ee9ae1a3d9c1cb /ipa-server/ipa-install
parentc116f8d739d72cacb8629edc1df2e34ec6636c50 (diff)
downloadfreeipa-3c8cfd94bd38ee80d7d1a14deddaa2c88ece8c86.tar.gz
freeipa-3c8cfd94bd38ee80d7d1a14deddaa2c88ece8c86.tar.xz
freeipa-3c8cfd94bd38ee80d7d1a14deddaa2c88ece8c86.zip
Create LDAP indeces on installation for fields the web GUI searches against
Diffstat (limited to 'ipa-server/ipa-install')
-rw-r--r--ipa-server/ipa-install/share/Makefile.am1
-rw-r--r--ipa-server/ipa-install/share/indeces.ldif57
2 files changed, 58 insertions, 0 deletions
diff --git a/ipa-server/ipa-install/share/Makefile.am b/ipa-server/ipa-install/share/Makefile.am
index 58198c2f5..5a7fda3fa 100644
--- a/ipa-server/ipa-install/share/Makefile.am
+++ b/ipa-server/ipa-install/share/Makefile.am
@@ -7,6 +7,7 @@ app_DATA = \
bootstrap-template.ldif \
default-aci.ldif \
kerberos.ldif \
+ indeces.ldif \
bind.named.conf.template\
bind.zone.db.template \
certmap.conf.template \
diff --git a/ipa-server/ipa-install/share/indeces.ldif b/ipa-server/ipa-install/share/indeces.ldif
new file mode 100644
index 000000000..11dc3c0ec
--- /dev/null
+++ b/ipa-server/ipa-install/share/indeces.ldif
@@ -0,0 +1,57 @@
+dn: cn=krbPrincipalName,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
+changetype: add
+objectClass:top
+objectClass:nsIndex
+cn:krbPrincipalName
+nsSystemIndex:false
+nsIndexType:eq
+nsIndexType:sub
+
+dn: cn=ou,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
+changetype: add
+objectClass:top
+objectClass:nsIndex
+cn:ou
+nsSystemIndex:false
+nsIndexType:eq
+nsIndexType:sub
+
+dn: cn=carLicense,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
+changetype: add
+objectClass:top
+objectClass:nsIndex
+cn:carLicense
+nsSystemIndex:false
+nsIndexType:eq
+nsIndexType:sub
+
+dn: cn=title,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
+changetype: add
+objectClass:top
+objectClass:nsIndex
+cn:title
+nsSystemIndex:false
+nsIndexType:eq
+nsIndexType:sub
+
+dn: cn=manager,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
+changetype: add
+objectClass:top
+objectClass:nsIndex
+cn:manager
+nsSystemIndex:false
+nsIndexType:eq
+
+dn: cn=displayname,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
+changetype: add
+objectClass:top
+objectClass:nsIndex
+cn:displayname
+nsSystemIndex:false
+nsIndexType:eq
+nsIndexType:sub
+
+dn: cn=uid,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
+changetype: modify
+add: nsIndexType
+nsIndexType:sub