Re: [SSSD] [PATCHES] fix minor memory leaks

2015-09-04 Thread Pavel Reichl
On 09/04/2015 01:56 PM, Jakub Hrozek wrote: On Fri, Sep 04, 2015 at 01:09:36PM +0200, Pavel Reichl wrote: Hello, please see simple patch set fixing minor memory leaks of providers. I'm not aware of any user hitting those currently. Thanks! From ef62f0245cde314fd11b1cd2584589e018ede050

Re: [SSSD] [PATCHES] fix minor memory leaks

2015-09-04 Thread Jakub Hrozek
On Fri, Sep 04, 2015 at 01:09:36PM +0200, Pavel Reichl wrote: > Hello, > > please see simple patch set fixing minor memory leaks of providers. I'm not > aware of any user hitting those currently. > > Thanks! > From ef62f0245cde314fd11b1cd2584589e018ede050 Mon Sep 17 00:00:00 2001 > From: Pavel

Re: [SSSD] [PATCH] Temporarily mark subdomain as inactive instead marking the whole back end offline

2015-09-04 Thread Jakub Hrozek
On Fri, Sep 04, 2015 at 02:35:49PM +0200, Jakub Hrozek wrote: > From 591d07855b70aacbb4488ba9a54438ee9ded48b5 Mon Sep 17 00:00:00 2001 > From: Jakub Hrozek > Date: Fri, 4 Sep 2015 09:27:17 +0200 > Subject: [PATCH 2/8] DP: Provide a way to mark subdomain as disabled and >

[SSSD] [PATCHES] fix minor memory leaks

2015-09-04 Thread Pavel Reichl
Hello, please see simple patch set fixing minor memory leaks of providers. I'm not aware of any user hitting those currently. Thanks! >From ef62f0245cde314fd11b1cd2584589e018ede050 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Fri, 4 Sep 2015 07:02:42 -0400 Subject:

[SSSD] [PATCH] Temporarily mark subdomain as inactive instead marking the whole back end offline

2015-09-04 Thread Jakub Hrozek
Hi, the attached patches implement https://fedorahosted.org/sssd/ticket/2637 There are two main use-cases: 1) If AD DCs are not reachable on the IPA server itself, we should avoid going offline completely, at least the IPA domain should be still reachable. 2) If SSSD is connected

Re: [SSSD] I think #2637 is out of scope of 1.13

2015-09-04 Thread Jakub Hrozek
On Wed, Sep 02, 2015 at 12:42:17PM +0200, Jakub Hrozek wrote: > On Wed, Sep 02, 2015 at 10:11:46AM +0200, Sumit Bose wrote: > > On Tue, Sep 01, 2015 at 08:19:06PM +0200, Jakub Hrozek wrote: > > > Hi, > > > > > > ssia... > > > > > > I was working on implementing

Re: [SSSD] Fix #2275 nested netgroups do not work in IPA provider

2015-09-04 Thread Petr Cech
On 09/04/2015 03:24 PM, Petr Cech wrote: On 09/03/2015 03:45 PM, Sumit Bose wrote: I tried both case. I used only originalMemberOf and I had right hostgroups, >no user groups. Then I used only memberOf and I had no hostgroups, right >user groups. > >So I did little hack, we could use both

Re: [SSSD] [PATCH] [HBAC]: Better libhbac debuging

2015-09-04 Thread Pavel Reichl
All my concerns were addressed. CI passed: http://sssd-ci.duckdns.org/logs/job/24/37/summary.html Code is fine by me and my testing passed. ACK I think that this patch will be a real improvement for debugging HBAC issues, thanks Petr. ___ sssd-devel

Re: [SSSD] I think #2637 is out of scope of 1.13

2015-09-04 Thread Jakub Hrozek
On Fri, Sep 04, 2015 at 04:17:54PM +0200, Jakub Hrozek wrote: > > I would say more realistic is in the middle of next week. btw we need to do the release on Monday otherwise we can't rebase for Fedora 23 beta, sorry. > > > > tbabej found some issues with authenticating a newly created user > >

Re: [SSSD] [PATCH] SDAP: Remove unused function

2015-09-04 Thread Pavel Reichl
On 09/02/2015 04:21 PM, Pavel Reichl wrote: On 09/02/2015 04:16 PM, Jakub Hrozek wrote: Unused code is broken code, remove it :) ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org

Re: [SSSD] Fix #2275 nested netgroups do not work in IPA provider

2015-09-04 Thread Petr Cech
On 09/03/2015 03:45 PM, Sumit Bose wrote: I tried both case. I used only originalMemberOf and I had right hostgroups, >no user groups. Then I used only memberOf and I had no hostgroups, right >user groups. > >So I did little hack, we could use both memberOf. The patch is attached and >it works

Re: [SSSD] I think #2637 is out of scope of 1.13

2015-09-04 Thread Lukas Slebodnik
On (04/09/15 14:38), Jakub Hrozek wrote: >On Wed, Sep 02, 2015 at 12:42:17PM +0200, Jakub Hrozek wrote: >> On Wed, Sep 02, 2015 at 10:11:46AM +0200, Sumit Bose wrote: >> > On Tue, Sep 01, 2015 at 08:19:06PM +0200, Jakub Hrozek wrote: >> > > Hi, >> > > >> > > ssia... >> > > >> > > I was working

Re: [SSSD] [PATCH] DATA_PROVIDER: BE_REQ as string in log message

2015-09-04 Thread Pavel Reichl
On 08/28/2015 04:31 PM, Petr Cech wrote: + "Got request for [%#x][%s][%d][%s]\n", type, be_req2str(type), + attr_type, filter); Petr do you think it could be useful to print attr_type as a string? ___ sssd-devel mailing list

Re: [SSSD] I think #2637 is out of scope of 1.13

2015-09-04 Thread Lukas Slebodnik
On (04/09/15 16:22), Jakub Hrozek wrote: >On Fri, Sep 04, 2015 at 04:17:54PM +0200, Jakub Hrozek wrote: >> > I would say more realistic is in the middle of next week. > >btw we need to do the release on Monday otherwise we can't rebase for >Fedora 23 beta, sorry. > I would rather have stable

Re: [SSSD] I think #2637 is out of scope of 1.13

2015-09-04 Thread Jakub Hrozek
On Fri, Sep 04, 2015 at 04:34:35PM +0200, Lukas Slebodnik wrote: > On (04/09/15 16:22), Jakub Hrozek wrote: > >On Fri, Sep 04, 2015 at 04:17:54PM +0200, Jakub Hrozek wrote: > >> > I would say more realistic is in the middle of next week. > > > >btw we need to do the release on Monday otherwise we