Re: [Freeipa-devel] [PATCH 0238] Server Upgrade: fix broken memberUid index

2015-05-12 Thread Petr Vobornik

On 05/07/2015 01:48 PM, Martin Babinsky wrote:

On 05/06/2015 01:23 PM, Martin Basti wrote:

On 06/05/15 13:22, Martin Basti wrote:

https://fedorahosted.org/freeipa/ticket/5007

Patch attached.




Requires patch mbasti-231-4

--
Martin Basti


ACK



Pushed to master: 57fba7a56f88c517b3ebb03842f1cc18bc129ebb
--
Petr Vobornik

--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


Re: [Freeipa-devel] [PATCH 0238] Server Upgrade: fix broken memberUid index

2015-05-07 Thread Martin Babinsky

On 05/06/2015 01:23 PM, Martin Basti wrote:

On 06/05/15 13:22, Martin Basti wrote:

https://fedorahosted.org/freeipa/ticket/5007

Patch attached.




Requires patch mbasti-231-4

--
Martin Basti


ACK

--
Martin^3 Babinsky

--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


Re: [Freeipa-devel] [PATCH 0238] Server Upgrade: fix broken memberUid index

2015-05-06 Thread Martin Basti

On 06/05/15 13:22, Martin Basti wrote:

https://fedorahosted.org/freeipa/ticket/5007

Patch attached.




Requires patch mbasti-231-4

--
Martin Basti

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [PATCH 0238] Server Upgrade: fix broken memberUid index

2015-05-06 Thread Martin Basti

https://fedorahosted.org/freeipa/ticket/5007

Patch attached.

--
Martin Basti

From 12d460bffa36791b4123f0bbba4f822aa82ead45 Mon Sep 17 00:00:00 2001
From: Martin Basti mba...@redhat.com
Date: Tue, 5 May 2015 19:47:07 +0200
Subject: [PATCH] Server Upgrade: fix memberUid index

https://fedorahosted.org/freeipa/ticket/5007
---
 install/updates/20-indices.update | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/updates/20-indices.update b/install/updates/20-indices.update
index 88d62013043cbaddde2a9fd734628cd21796188b..e6e4888e2eda1848b636183528cbf90e22384ea9 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
-- 
2.1.0

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code