[SSSD] [PATCH] SDAP: rem warning - sizelimit exceeded in POSIX check

2015-09-25 Thread Pavel Reichl
Hello, please see simple patch attached. Thanks! >From 5717c6effcb0ac0cd16b4863adba088c9b1f0b90 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Fri, 25 Sep 2015 07:05:30 -0400 Subject: [PATCH] SDAP: rem warning - sizelimit exceeded in POSIX check Add new parameter

Re: [SSSD] [PATCH] SDAP: Relax POSIX check

2015-09-25 Thread Pavel Březina
On 09/24/2015 05:11 PM, Pavel Reichl wrote: On 09/24/2015 02:12 PM, Pavel Březina wrote: On 09/23/2015 10:55 PM, Pavel Reichl wrote: Yes, you are missing the rest of the patch :-) errno = 0; strtouint32(vals[0]->bv_val, , 10); if (errno || *endptr || (vals[0]->bv_val ==

Re: [SSSD] [PATCH] AD: inicialize root_domain_attrs field

2015-09-25 Thread Lukas Slebodnik
On (24/09/15 17:30), Pavel Reichl wrote: > > >On 09/24/2015 05:11 PM, Jakub Hrozek wrote: >>On Thu, Sep 24, 2015 at 05:05:20PM +0200, Pavel Reichl wrote: >>>Hello, >>> >>>please see simple patch attached. >>> >>>Thanks! >> >>Thanks, this would solve the bug, but can you also change the allocation

Re: [SSSD] [PATCH] AD: inicialize root_domain_attrs field

2015-09-25 Thread Jakub Hrozek
On Fri, Sep 25, 2015 at 08:24:35AM +0200, Lukas Slebodnik wrote: > On (24/09/15 17:30), Pavel Reichl wrote: > > > > > >On 09/24/2015 05:11 PM, Jakub Hrozek wrote: > >>On Thu, Sep 24, 2015 at 05:05:20PM +0200, Pavel Reichl wrote: > >>>Hello, > >>> > >>>please see simple patch attached. > >>> >

Re: [SSSD] [PATCH] AD: inicialize root_domain_attrs field

2015-09-25 Thread Jakub Hrozek
On Fri, Sep 25, 2015 at 10:31:02AM +0200, Lukas Slebodnik wrote: > >The test_ipa_subdom_server test took me some time, that's why I don't > >think we need to block the release over a test. > We are not in hurry. Define "We". The Prominent North American Enterprise Linux Vendor downstream kinda is

Re: [SSSD] [PATCH] AD: inicialize root_domain_attrs field

2015-09-25 Thread Lukas Slebodnik
On (25/09/15 10:09), Jakub Hrozek wrote: >On Fri, Sep 25, 2015 at 08:24:35AM +0200, Lukas Slebodnik wrote: >> On (24/09/15 17:30), Pavel Reichl wrote: >> > >> > >> >On 09/24/2015 05:11 PM, Jakub Hrozek wrote: >> >>On Thu, Sep 24, 2015 at 05:05:20PM +0200, Pavel Reichl wrote: >> >>>Hello, >> >>> >>

Re: [SSSD] [PATCH] CONFIGURE: Remove bashism

2015-09-25 Thread Nikolai Kondrashov
On 09/25/2015 09:13 AM, Lukas Slebodnik wrote: There were errors in configure script when /bin/sh was not bash ./configure: 15889: test: xfedora: unexpected operator ./configure: 19981: test: xyes: unexpected operator ./configure: 23103: test: x1: unexpected operator The equality operator "=="

Re: [SSSD] [PATCH] DEBUG: Preventing chown_debug_file if journald on

2015-09-25 Thread Petr Cech
ping On 09/14/2015 04:36 PM, Petr Cech wrote: On 09/11/2015 11:02 AM, Lukas Slebodnik wrote: I do not understand how is the function chown_debug_file related to journald. sssd can be compiled with journald support and in the same time can log to the files. This is a default for fedora and

Re: [SSSD] [PATCH] SDAP: rem warning - sizelimit exceeded in POSIX check

2015-09-25 Thread Pavel Reichl
On 09/25/2015 01:59 PM, Lukas Slebodnik wrote: On (25/09/15 13:30), Pavel Reichl wrote: Hello, please see simple patch attached. Thanks! From 5717c6effcb0ac0cd16b4863adba088c9b1f0b90 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Fri, 25 Sep 2015 07:05:30 -0400

Re: [SSSD] [PATCH] SDAP: rem warning - sizelimit exceeded in POSIX check

2015-09-25 Thread Lukas Slebodnik
On (25/09/15 13:30), Pavel Reichl wrote: >Hello, > >please see simple patch attached. > >Thanks! >From 5717c6effcb0ac0cd16b4863adba088c9b1f0b90 Mon Sep 17 00:00:00 2001 >From: Pavel Reichl >Date: Fri, 25 Sep 2015 07:05:30 -0400 >Subject: [PATCH] SDAP: rem warning - sizelimit

Re: [SSSD] [PATCH] CONFIGURE: Remove bashism

2015-09-25 Thread Lukas Slebodnik
On (25/09/15 15:05), Nikolai Kondrashov wrote: >On 09/25/2015 09:13 AM, Lukas Slebodnik wrote: >>There were errors in configure script when /bin/sh was not bash >>./configure: 15889: test: xfedora: unexpected operator >>./configure: 19981: test: xyes: unexpected operator >>./configure: 23103:

[SSSD] [PATCH] CONFIGURE: Remove bashism

2015-09-25 Thread Lukas Slebodnik
ehlo, simple patch is attached. LS >From 7d5fafd567fe2ab862fb61841173097818f6a9a6 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 25 Sep 2015 08:00:58 +0200 Subject: [PATCH] CONFIGURE: Remove bashism There were errors in configure script when /bin/sh was not bash