Re: [SSSD] [PATCH] BUILD: Write hints about optional python bindings

2015-04-20 Thread Lukas Slebodnik
On (14/04/15 13:57), Lukas Slebodnik wrote: >ehlo, > >attached patch should fix issue with Pavel R. mentioned in mail[1] >I thought it would be fixed as part of CI patches, becuase there were some >related changes. > >But It takes ages. So Attached is a patch. > >LS > >[1] >https://lists.fedorahos

Re: [SSSD] [PATCH] GPO: Fix crash with GPO and missing security descriptor

2015-04-20 Thread Stephen Gallagher
On Mon, 2015-04-20 at 08:53 +0200, Lukas Slebodnik wrote: > ehlo, > > attached patch fixes crash in > https://fedorahosted.org/sssd/ticket/2629 > Nack. I'd rather we fixed the root of this problem. I did some digging this afternoon and tracked the issue back to ad_gpo.c line 3499 (in current

Re: [SSSD] [PATCH] Add integration tests

2015-04-20 Thread Nikolai Kondrashov
On 03/19/2015 07:27 PM, Michal Židek wrote: On 03/18/2015 03:48 PM, Nikolai Kondrashov wrote: On 03/18/2015 03:06 AM, Michal Židek wrote: I see. You mean to test results from getpwall. We could do this: Create simple asserts like assert_get_user_by_uid and assert_get_user_by_name as described

[SSSD] [PATCH] AD GPO: Change default to "enforcing"

2015-04-20 Thread Stephen Gallagher
When a user enrolls a system against Active Directory, the expectation is that the client will honor the centrally-managed settings. In the past, we avoided changing the default (and left it in permissive mode, to warn admins that the security policy wasn't being honored) in order to avoid breaking

[SSSD] [PATCH] GPO: Fix crash with GPO and missing security descriptor

2015-04-20 Thread Lukas Slebodnik
ehlo, attached patch fixes crash in https://fedorahosted.org/sssd/ticket/2629 LS >From c79290811ad1b4f21999cf3a08ca7f750f36dcdc Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Sat, 18 Apr 2015 18:19:37 +0200 Subject: [PATCH] GPO: Fix crash with GPO and missing security descriptor Resolves: