[SSSD] Announcing SSSD 1.13.4

2016-04-14 Thread Jakub Hrozek
== SSSD 1.13.4 === The SSSD team is proud to announce the release of version 1.13.4 of the System Security Services Daemon. As always, the source is available from https://fedorahosted.org/sssd RPM packages will be made available for Fedora shortly. == Feedback ==

[SSSD] Re: [PATCH SET] TOOL: Invalidation of sudo rules at sss_cache

2016-04-14 Thread Petr Cech
On 04/13/2016 12:09 PM, Petr Cech wrote: On 04/12/2016 04:24 PM, Petr Cech wrote: Hi, I investigated the time issue with Pavel -- it is probably known DST issue [1]. [1] https://fedorahosted.org/sssd/ticket/2316#comment:1 Patch uses work out with big time shift. Hi, attached patch set

[SSSD] Re: [PATCHES] PAC: only save PAC blob into the cache

2016-04-14 Thread Lukas Slebodnik
On (18/03/16 17:09), Sumit Bose wrote: >On Tue, Mar 15, 2016 at 04:50:48PM +0100, Lukas Slebodnik wrote: >> On (15/03/16 10:04), Pavel Březina wrote: >> >On 03/14/2016 12:12 PM, Sumit Bose wrote: >> >>Hi, >> >> >> >>this patch-set should solve https://fedorahosted.org/sssd/ticket/2158 by >>

[SSSD] Re: [PATCH] IPA_SUDO: Prevent dereference of NULL pointer

2016-04-14 Thread Pavel Březina
On 04/14/2016 02:36 PM, Lukas Slebodnik wrote: On (14/04/16 14:07), Pavel Březina wrote: Hi, good catch. On 04/14/2016 10:27 AM, Luka DLIST_FOR_EACH(listitem, list) { cmdgroup = ipa_sudo_conv_lookup(conv->cmdgroups, listitem->dn); +if (cmdgroup == NULL) { +

[SSSD] Re: [PATCH] IPA_SUDO: Prevent dereference of NULL pointer

2016-04-14 Thread Pavel Březina
Hi, good catch. On 04/14/2016 10:27 AM, Luka DLIST_FOR_EACH(listitem, list) { cmdgroup = ipa_sudo_conv_lookup(conv->cmdgroups, listitem->dn); +if (cmdgroup == NULL) { +DEBUG(SSSDBG_CRIT_FAILURE, + "ipa_sudo_conv_lookup failed for DN:%s\n",

[SSSD] [PATCHES] p11: add no_verification option

2016-04-14 Thread Sumit Bose
Hi, the following 3 patches are related to the Smartcard authentication feature but imo can be tested even without having one. The first patch just adds some missing pieces. The second adds a new 'no_verification' switch to the 'certificate_verification' option, which is already tested by the

[SSSD] Re: [PATCH] IDMAP: Fix warning: Assigned value is garbage or undefined

2016-04-14 Thread Lukas Slebodnik
On (14/04/16 12:47), Sumit Bose wrote: >On Thu, Apr 14, 2016 at 12:21:50PM +0200, Lukas Slebodnik wrote: >> On (14/04/16 10:39), Pavel Reichl wrote: >> >On 04/14/2016 10:28 AM, Lukas Slebodnik wrote: >> >>ehlo, >> >> >> >>@see commit message in attached trivial patch. >> >> >> >>LS >> >> >> >> >>

[SSSD] Re: [PATCH] IDMAP: Fix warning: Assigned value is garbage or undefined

2016-04-14 Thread Sumit Bose
On Thu, Apr 14, 2016 at 12:21:50PM +0200, Lukas Slebodnik wrote: > On (14/04/16 10:39), Pavel Reichl wrote: > >On 04/14/2016 10:28 AM, Lukas Slebodnik wrote: > >>ehlo, > >> > >>@see commit message in attached trivial patch. > >> > >>LS > >> > >> > >Hello, > > > >patch does not apply, code in patch

[SSSD] Re: [PATCH] IDMAP: Fix warning: Assigned value is garbage or undefined

2016-04-14 Thread Lukas Slebodnik
On (14/04/16 10:39), Pavel Reichl wrote: >On 04/14/2016 10:28 AM, Lukas Slebodnik wrote: >>ehlo, >> >>@see commit message in attached trivial patch. >> >>LS >> >> >Hello, > >patch does not apply, code in patch doesn't look like recent master to me...? > Patch was from latest 1.13 branch. This

[SSSD] Re: [PATCH] IDMAP: Fix warning: Assigned value is garbage or undefined

2016-04-14 Thread Pavel Reichl
On 04/14/2016 10:28 AM, Lukas Slebodnik wrote: ehlo, @see commit message in attached trivial patch. LS ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/admin/lists/sssd-devel@lists.fedorahosted.org

[SSSD] [PATCH] SYSDB_SUDO: Remove useless test

2016-04-14 Thread Lukas Slebodnik
ehlo, Pavel B. recently added this code. I'm not sure why. LS >From 64b6bbf9614a2032ff1d1773ea32b30360775d6c Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 13 Apr 2016 21:44:37 +0200 Subject: [PATCH 3/3] SYSDB_SUDO: Remove useless test The function

[SSSD] [PATCH] IDMAP: Fix warning: Assigned value is garbage or undefined

2016-04-14 Thread Lukas Slebodnik
ehlo, @see commit message in attached trivial patch. LS >From ad7c4215e765cf98092a06cb5ae18d82b8b42b5e Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 13 Apr 2016 17:43:13 +0200 Subject: [PATCH 2/3] IDMAP: Fix warning: Assigned value is garbage or undefined The