diff options
author | Martin Basti <mbasti@redhat.com> | 2015-05-05 19:47:07 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2015-05-12 12:50:47 +0200 |
commit | 57fba7a56f88c517b3ebb03842f1cc18bc129ebb (patch) | |
tree | 13d7a7431c9945279874af3d1363a88057312fe0 | |
parent | 5fadee969cae3b66b986fb9e28fdbf3bb5ec2f60 (diff) | |
download | freeipa-57fba7a56f88c517b3ebb03842f1cc18bc129ebb.tar.gz freeipa-57fba7a56f88c517b3ebb03842f1cc18bc129ebb.tar.xz freeipa-57fba7a56f88c517b3ebb03842f1cc18bc129ebb.zip |
Server Upgrade: fix memberUid index
https://fedorahosted.org/freeipa/ticket/5007
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
-rw-r--r-- | install/updates/20-indices.update | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/updates/20-indices.update b/install/updates/20-indices.update index 88d620130..e6e4888e2 100644 --- a/install/updates/20-indices.update +++ b/install/updates/20-indices.update @@ -10,8 +10,8 @@ default:cn: memberuid default:ObjectClass: top default:ObjectClass: nsIndex default:nsSystemIndex: false -default:nsIndexType: eq -default:nsIndexType: pres +only:nsIndexType: eq +only:nsIndexType: pres dn: cn=memberHost,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config default:cn: memberHost |