[SSSD] [PATCH] Use fake users for RFC2307bis nested group processing

2011-09-29 Thread Jakub Hrozek
https://bugzilla.redhat.com/show_bug.cgi?id=742052 Attached are two patches that should be commited to 1.5. They are already present in 1.6 and later branches. Instead of downloading all user attributes and saving complete user data during nested RFC2307bis group processing, download only the nec

Re: [SSSD] [PATCH] The new memberof plugin

2011-09-29 Thread Jan Zelený
> Jan Zelený writes: > >> > As you described it, it looks like issue similar to what Stephen found > >> > earlier and is now fixed. It probably isn't caused by the size of > >> > groups but rather membership structure. Could you be more specific how > >> > the structure is organized? Do you use rf

[SSSD] [PATCH] improve handling of users with multiple names (1.6 backport)

2011-09-29 Thread Jakub Hrozek
Finally, a 1.6 backport of the multiname patches From 1fbfa6644b2fba6763e4ddeea0a835b1847f2a2b Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 21 Sep 2011 10:39:06 +0200 Subject: [PATCH 1/4] Add sysdb interface to get name aliases --- src/db/sysdb.c | 60

[SSSD] [PATCH] improve handling of users with multiple names (1.5 backport)

2011-09-29 Thread Jakub Hrozek
This is a backport of the multiname patches to the 1.5 branch. The patches do not apply to 1.6, I'll send 1.6 versions separately. From 574d89f508d7ca9871e948216692b1486a16a53f Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 21 Sep 2011 10:39:06 +0200 Subject: [PATCH 1/4] Add sysdb interfac