[SSSD] Re: [PATCHES] views: properly override group member names

2016-07-26 Thread Sumit Bose
On Tue, Jul 26, 2016 at 06:06:48PM +0200, Jakub Hrozek wrote: > On Tue, Jul 26, 2016 at 05:25:11PM +0200, Jakub Hrozek wrote: > > On Tue, Jul 26, 2016 at 01:51:56PM +0200, Sumit Bose wrote: > > > > > The third patch adds a sysdb call to recursively resolve all > > > > > user-members of a group.

[SSSD] [PATCH] SYSDB: Removing of duplication of sysdb_ts_cache_attrs

2016-07-26 Thread Petr Cech
Hello list, there is a simple patch attached. Please, see the patch :-) Regards -- Petr^4 Čech >From 87143c65387c9aeea950b454c66ac771cd299790 Mon Sep 17 00:00:00 2001 From: Petr Cech Date: Tue, 19 Jul 2016 14:28:35 +0200 Subject: [PATCH] SYSDB: Removing of duplication of

[SSSD] Re: [PATCH] TESTS: Fixing assignment discards 'const' qualifier

2016-07-26 Thread Lukas Slebodnik
On (26/07/16 10:40), Petr Cech wrote: >Hello list, > >there is simple patch attached. >Please, see subject for more info. > >Regards > >-- >Petr^4 Čech >From da1f3c3835e47f46e9c1fba377c223b78aea9939 Mon Sep 17 00:00:00 2001 >From: Petr Cech >Date: Tue, 26 Jul 2016 10:37:19

[SSSD] Re: [PATCHES] User lookup and login by Kerberos alias and email

2016-07-26 Thread Jakub Hrozek
On Tue, Jul 26, 2016 at 11:12:34AM +0200, Jakub Hrozek wrote: > On Fri, Jul 22, 2016 at 09:44:33PM +0200, Sumit Bose wrote: > > Hi, > > > > this patch set should fix https://fedorahosted.org/sssd/ticket/2958 > > "Support multiple principals for IPA users" so the IPA users can log in > > with

[SSSD] Re: [PATCH] SYSDB: Removing of duplication of sysdb_ts_cache_attrs

2016-07-26 Thread Fabiano Fidêncio
On Tue, Jul 26, 2016 at 10:58 AM, Petr Cech wrote: > Hello list, > > there is a simple patch attached. > Please, see the patch :-) > > Regards > > -- > Petr^4 Čech > > ___ > sssd-devel mailing list > sssd-devel@lists.fedorahosted.org >

[SSSD] [PATCH] TESTS: Fixing assignment discards 'const' qualifier

2016-07-26 Thread Petr Cech
Hello list, there is simple patch attached. Please, see subject for more info. Regards -- Petr^4 Čech >From da1f3c3835e47f46e9c1fba377c223b78aea9939 Mon Sep 17 00:00:00 2001 From: Petr Cech Date: Tue, 26 Jul 2016 10:37:19 +0200 Subject: [PATCH] TESTS: Fixing assignment

[SSSD] Re: [PATCHES] User lookup and login by Kerberos alias and email

2016-07-26 Thread Jakub Hrozek
On Fri, Jul 22, 2016 at 09:44:33PM +0200, Sumit Bose wrote: > Hi, > > this patch set should fix https://fedorahosted.org/sssd/ticket/2958 > "Support multiple principals for IPA users" so the IPA users can log in > with their Kerberos alias as well. First, thank you very much for splitting the

[SSSD] Re: [PATCH] IPA: Removing of confusing debug message

2016-07-26 Thread Petr Cech
On 07/12/2016 12:01 PM, Pavel Březina wrote: On 07/12/2016 11:54 AM, Jakub Hrozek wrote: On Tue, Jul 12, 2016 at 11:52:05AM +0200, Pavel Březina wrote: On 07/12/2016 10:20 AM, Petr Cech wrote: Hello list, there is simple patch for [1]. I prepared two version: a) the first is for changing

[SSSD] Re: [PATCHES] views: properly override group member names

2016-07-26 Thread Jakub Hrozek
On Tue, Jul 26, 2016 at 01:51:56PM +0200, Sumit Bose wrote: > On Mon, Jul 25, 2016 at 01:45:13PM +0200, Jakub Hrozek wrote: > > On Thu, Jul 21, 2016 at 02:13:40PM +0200, Sumit Bose wrote: > > > Hi, > > > > > > this is my suggestion to solve https://fedorahosted.org/sssd/ticket/2948 > > > "Handle

[SSSD] Re: [PATCHES] IPA: fix [capaths] output

2016-07-26 Thread Jakub Hrozek
On Mon, Jul 25, 2016 at 02:15:31PM +0200, Lukas Slebodnik wrote: > On (25/07/16 12:15), Jakub Hrozek wrote: > >On Wed, Jul 20, 2016 at 12:48:16PM +0200, Sumit Bose wrote: > >> Hi, > >> > >> please find attached a fix for https://fedorahosted.org/sssd/ticket/3103 > >> which turned out to be an

[SSSD] Re: [PATCH] sssctl: Consistent commands naming

2016-07-26 Thread Pavel Březina
On 07/25/2016 02:12 PM, Michal Židek wrote: Hi, this patches makes the sssctl commands more similar to ipa tool commands. I also think this pattern makes it easier to remember the commands. Note that in the future, there will be more user-* group-* and netgroup-* commands (like seed for user,

[SSSD] Re: [PATCHES] views: properly override group member names

2016-07-26 Thread Sumit Bose
On Mon, Jul 25, 2016 at 01:45:13PM +0200, Jakub Hrozek wrote: > On Thu, Jul 21, 2016 at 02:13:40PM +0200, Sumit Bose wrote: > > Hi, > > > > this is my suggestion to solve https://fedorahosted.org/sssd/ticket/2948 > > "Handle overriden name of members in the memberUid attribute". > > So far I

[SSSD] Re: [PATCHES] IPA: fix [capaths] output

2016-07-26 Thread Lukas Slebodnik
On (26/07/16 11:38), Jakub Hrozek wrote: >On Mon, Jul 25, 2016 at 02:15:31PM +0200, Lukas Slebodnik wrote: >> On (25/07/16 12:15), Jakub Hrozek wrote: >> >On Wed, Jul 20, 2016 at 12:48:16PM +0200, Sumit Bose wrote: >> >> Hi, >> >> >> >> please find attached a fix for

[SSSD] Re: [PATCH] SYSDB: Removing of duplication of sysdb_ts_cache_attrs

2016-07-26 Thread Lukas Slebodnik
On (26/07/16 11:17), Fabiano Fidêncio wrote: >On Tue, Jul 26, 2016 at 10:58 AM, Petr Cech wrote: >> Hello list, >> >> there is a simple patch attached. >> Please, see the patch :-) >> >> Regards >> >> -- >> Petr^4 Čech >> >> ___ >>

[SSSD] Re: [PATCHES] views: properly override group member names

2016-07-26 Thread Sumit Bose
On Mon, Jul 25, 2016 at 09:28:04PM +0200, Lukas Slebodnik wrote: > On (25/07/16 19:26), Jakub Hrozek wrote: > >On Mon, Jul 25, 2016 at 01:45:13PM +0200, Jakub Hrozek wrote: > >> On Thu, Jul 21, 2016 at 02:13:40PM +0200, Sumit Bose wrote: > >> > Hi, > >> > > >> > this is my suggestion to solve

[SSSD] Re: [PATCH] sssctl: Consistent commands naming

2016-07-26 Thread Michal Židek
On 07/26/2016 01:19 PM, Pavel Březina wrote: On 07/25/2016 02:12 PM, Michal Židek wrote: Hi, this patches makes the sssctl commands more similar to ipa tool commands. I also think this pattern makes it easier to remember the commands. Note that in the future, there will be more user-* group-*

[SSSD] [PATCH] Handle unparseable names in the simple access list correctly

2016-07-26 Thread Jakub Hrozek
Hi, please see the attached patches. I'm not sure how this bug got in, because in the patch that broke the functionality (eef359b508b898ae99d2bf292a43f0f295a2ba5e) I said in the commit message that I did the change that is only implemented in the first attached patch. My guess is that the

[SSSD] [PATCH] LDAP: Improving debug message

2016-07-26 Thread Petr Cech
Hello list, in my opinion we might refer to user by their name and not by 'for loop' variable. This patch fixes this issue. I hit the issue during some debugging. Regards -- Petr^4 Čech >From 513a70ca5fb79973077725df84905921af30be8a Mon Sep 17 00:00:00 2001 From: Petr Cech

[SSSD] Re: [PATCHES] views: properly override group member names

2016-07-26 Thread Jakub Hrozek
On Tue, Jul 26, 2016 at 05:25:11PM +0200, Jakub Hrozek wrote: > On Tue, Jul 26, 2016 at 01:51:56PM +0200, Sumit Bose wrote: > > > > The third patch adds a sysdb call to recursively resolve all > > > > user-members of a group. Since the groups in SSSD's cache are > > > > hierarchically organized

[SSSD] Re: [PATCHES] User lookup and login by Kerberos alias and email

2016-07-26 Thread Sumit Bose
On Tue, Jul 26, 2016 at 11:12:34AM +0200, Jakub Hrozek wrote: > On Fri, Jul 22, 2016 at 09:44:33PM +0200, Sumit Bose wrote: > > Hi, > > > > this patch set should fix https://fedorahosted.org/sssd/ticket/2958 > > "Support multiple principals for IPA users" so the IPA users can log in > > with

[SSSD] Re: [PATCH] TESTS: Fixing assignment discards 'const' qualifier

2016-07-26 Thread Lukas Slebodnik
On (26/07/16 16:57), Lukas Slebodnik wrote: >On (26/07/16 14:38), Petr Cech wrote: >>On 07/26/2016 11:02 AM, Lukas Slebodnik wrote: >>> On (26/07/16 10:40), Petr Cech wrote: >>> > Hello list, >>> > >>> > there is simple patch attached. >>> > Please, see subject for more info. >>> > >>> > Regards

[SSSD] Re: [PATCHES] views: properly override group member names

2016-07-26 Thread Jakub Hrozek
On Tue, Jul 26, 2016 at 01:51:56PM +0200, Sumit Bose wrote: > > > The third patch adds a sysdb call to recursively resolve all > > > user-members of a group. Since the groups in SSSD's cache are > > > hierarchically organized the member attribute only contains direct > > > user and group members.

[SSSD] [PATCH] sssctl: Generic help for cache-upgrade and config-check

2016-07-26 Thread Michal Židek
Hi! Attached is patch for ticket: https://fedorahosted.org/sssd/ticket/3086 This patch applies on top of the patches from thread: [SSSD] [PATCH] sssctl: Consistent commands naming Michal >From c7d59835f5d05d6972e29f0d0bc974bd00155189 Mon Sep 17 00:00:00 2001 From:

[SSSD] Re: [PATCHES] views: properly override group member names

2016-07-26 Thread Sumit Bose
On Tue, Jul 26, 2016 at 01:56:38PM +0200, Jakub Hrozek wrote: > On Tue, Jul 26, 2016 at 01:51:56PM +0200, Sumit Bose wrote: > > On Mon, Jul 25, 2016 at 01:45:13PM +0200, Jakub Hrozek wrote: > > > On Thu, Jul 21, 2016 at 02:13:40PM +0200, Sumit Bose wrote: > > > > Hi, > > > > > > > > this is my

[SSSD] Re: [PATCHES] User lookup and login by Kerberos alias and email

2016-07-26 Thread Sumit Bose
now with patches ... On Tue, Jul 26, 2016 at 04:55:37PM +0200, Sumit Bose wrote: > On Tue, Jul 26, 2016 at 11:12:34AM +0200, Jakub Hrozek wrote: > > On Fri, Jul 22, 2016 at 09:44:33PM +0200, Sumit Bose wrote: > > > Hi, > > > > > > this patch set should fix

[SSSD] Re: [PATCH] TESTS: Fixing assignment discards 'const' qualifier

2016-07-26 Thread Lukas Slebodnik
On (26/07/16 14:38), Petr Cech wrote: >On 07/26/2016 11:02 AM, Lukas Slebodnik wrote: >> On (26/07/16 10:40), Petr Cech wrote: >> > Hello list, >> > >> > there is simple patch attached. >> > Please, see subject for more info. >> > >> > Regards >> > >> > -- >> > Petr^4 Čech >> >> > From