On (11/12/14 11:00), Sumit Bose wrote:
Hi,
this is the fix for https://fedorahosted.org/sssd/ticket/2514 and has a fix for a related issue as well.
bye, Sumit
From 3496396e440377bca34887c0b271beb67db7c01d Mon Sep 17 00:00:00 2001 From: Sumit Bose sbose@redhat.com Date: Tue, 2 Dec 2014 21:10:01 +0100 Subject: [PATCH 1/2] IPA: do not try to add override gid twice
By default user and group overrides use the same attribute name for the GID and this cause SSSD machinery to add the same value twice which cause an error in ldb_add() or ldm_modify().
Related to https://fedorahosted.org/sssd/ticket/2514
src/db/sysdb_views.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
ACK
From 982f5f89565526bddcdd325913dc9bcc4d1d7b37 Mon Sep 17 00:00:00 2001 From: Sumit Bose sbose@redhat.com Date: Thu, 4 Dec 2014 12:50:03 +0100 Subject: [PATCH 2/2] IPA: handle GID overrides for MPG domains on clients
Resolves https://fedorahosted.org/sssd/ticket/2514
src/providers/ipa/ipa_s2n_exop.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+)
ACK
LS