Re: [Freeipa-devel] [PATCH 154] ipa-kdb: map_groups() consider all results

2016-02-02 Thread Alexander Bokovoy
On Mon, 01 Feb 2016, Jakub Hrozek wrote: On Tue, Jan 05, 2016 at 07:55:33PM +0100, Sumit Bose wrote: Hi, to find out to which local group a external user is mapped we do a dereference search over the external groups with the SIDs related to the external user. If a SID is mapped to more than

Re: [Freeipa-devel] [PATCH 154] ipa-kdb: map_groups() consider all results

2016-02-01 Thread Jakub Hrozek
On Tue, Jan 05, 2016 at 07:55:33PM +0100, Sumit Bose wrote: > Hi, > > to find out to which local group a external user is mapped we do a > dereference search over the external groups with the SIDs related to the > external user. If a SID is mapped to more than one external group we > currently

Re: [Freeipa-devel] [PATCH 154] ipa-kdb: map_groups() consider all results

2016-01-28 Thread Alexander Bokovoy
On Tue, 05 Jan 2016, Sumit Bose wrote: Hi, to find out to which local group a external user is mapped we do a dereference search over the external groups with the SIDs related to the external user. If a SID is mapped to more than one external group we currently consider only the first returned

Re: [Freeipa-devel] [PATCH 154] ipa-kdb: map_groups() consider all results

2016-01-28 Thread Petr Vobornik
On 01/05/2016 07:55 PM, Sumit Bose wrote: Hi, to find out to which local group a external user is mapped we do a dereference search over the external groups with the SIDs related to the external user. If a SID is mapped to more than one external group we currently consider only the first

[Freeipa-devel] [PATCH 154] ipa-kdb: map_groups() consider all results

2016-01-05 Thread Sumit Bose
Hi, to find out to which local group a external user is mapped we do a dereference search over the external groups with the SIDs related to the external user. If a SID is mapped to more than one external group we currently consider only the first returned match. With this patch all results are