diff options
author | Nalin Dahyabhai <nalin@dahyabhai.net> | 2012-04-16 15:26:50 -0400 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-04-26 09:00:11 +0200 |
commit | 1c26c06d61a72150478e8e529d36bc7eb3650f0c (patch) | |
tree | 50176bf5f344b7e8b57b5bd9bdf9e698a6327956 /install/share/indices.ldif | |
parent | d7f7bb11dfa62fbafbe3e0e321e32bad8da2ecf4 (diff) | |
download | freeipa-1c26c06d61a72150478e8e529d36bc7eb3650f0c.tar.gz freeipa-1c26c06d61a72150478e8e529d36bc7eb3650f0c.tar.xz freeipa-1c26c06d61a72150478e8e529d36bc7eb3650f0c.zip |
- index the fqdn and macAddress attributes for the sake of the compat plugin
Diffstat (limited to 'install/share/indices.ldif')
-rw-r--r-- | install/share/indices.ldif | 19 |
1 files changed, 19 insertions, 0 deletions
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 + |