#8945 Unindexed filter (dnahostname)
Closed: wontfix by rcritten. Opened by fcami.

Using logconv.pl on a freshly installed FreeIPA server yields:

```
Entire Search Base Queries: 11
Paged Searches: 7
Unindexed Searches: 0
Unindexed Components: 72

Unindexed Component Summary - 72 total unindexed components
- Unindexed Filters: Filter: (dnahostname=ipa0.DOMAIN) (occurrences 62)
- Bind DN: cn=directory manager (binds 62)
```
PR inbound.


Metadata Update from @fcami:
- Custom field changelog adjusted to Add index for dnahostname
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/5955

per install/updates/20-indices.update:

# Unindex attributes
# ------------------
#
# Some attributes are currently not indexed because an index would not be
# rarely used or have a poor selectivity.
#
# - dnaHostname: only used by update_dna_shared_config, server_del, and
#                ipa-replica-install

Metadata Update from @rcritten:
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

Metadata