Re: [SSSD] Announcing SSSD 1.12.4

2015-02-18 Thread Jakub Hrozek
On Wed, Feb 18, 2015 at 07:52:50PM +0100, Jakub Hrozek wrote: > == Packaging Changes == > > * Several patches that allow building the Python code in SSSD with python3 >were merged The note above was ambiguous and confusing. Let me clarify: With the patches merged to 1.12.4, the SSSD python

Re: [SSSD] [PATCHES] BUILD: Add possibility to build python{2, 3} bindings

2015-02-18 Thread Stephen Gallagher
On Tue, 2015-02-10 at 23:40 +0100, Lukas Slebodnik wrote: > ehlo, > > Attached patches: > * drop support for python < 2.6 > * fix packaging of binding (backward incompatible change) > * add possibility to build python{2,3} bindings > > There are also small other enhancements. Patch 0005-001

Re: [SSSD] [PATCH] LDAP: Conditional jump depends on uninitialised value

2015-02-18 Thread Lukas Slebodnik
On (18/02/15 18:32), Pavel Reichl wrote: > >On 01/27/2015 09:02 AM, Lukas Slebodnik wrote: >>On (26/01/15 20:14), Sumit Bose wrote: >>>I think there is still a chance that has_posix is uninitialised. >>>After ret != EOK is returned in 325 we jump in the if-block starting at >>>331. If sdap_id_op_do

[SSSD] Announcing SSSD 1.12.4

2015-02-18 Thread Jakub Hrozek
=== SSSD 1.12.4 === The SSSD team is proud to announce the release of version 1.12.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 21, 22 and rawhide shortly. == F

Re: [SSSD] [PATCH] LDAP: Conditional jump depends on uninitialised value

2015-02-18 Thread Pavel Reichl
On 01/27/2015 09:02 AM, Lukas Slebodnik wrote: On (26/01/15 20:14), Sumit Bose wrote: I think there is still a chance that has_posix is uninitialised. After ret != EOK is returned in 325 we jump in the if-block starting at 331. If sdap_id_op_done() finishes successful has_posix is still undefin

Re: [SSSD] [PATCH] RESPONDERS: Warn to syslog about colliding objects

2015-02-18 Thread Jakub Hrozek
On Wed, Feb 18, 2015 at 04:15:02PM +0100, Pavel Reichl wrote: > ACK * master: fa0a9bad84d060a1adf8dd44f35d366e14f54d58 * sssd-1-12: 29b2fbec52308454fc87ec4bc43b638236220901 ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedo

Re: [SSSD] [PATCH] CONFIGURE: Do not use macro AC_PROG_MKDIR_P twice

2015-02-18 Thread Jakub Hrozek
On Tue, Feb 17, 2015 at 04:01:57PM +0100, Jakub Hrozek wrote: > On Mon, Feb 16, 2015 at 04:42:03PM +0100, Jakub Hrozek wrote: > > On Mon, Feb 16, 2015 at 10:10:32AM +0100, Lukas Slebodnik wrote: > > > ehlo, > > > > > > Macro AC_PROG_MKDIR_P need to be used just conditionally > > > The attached pat

Re: [SSSD] [PATCH] Two trivial cleanup task patches

2015-02-18 Thread Jakub Hrozek
On Tue, Feb 17, 2015 at 04:05:50PM +0100, Jakub Hrozek wrote: > On Tue, Feb 17, 2015 at 02:06:21PM +0100, Pavel Reichl wrote: > > > > On 02/17/2015 11:33 AM, Jakub Hrozek wrote: > > >Hi, > > > > > >I was recently looking into a case where the cleanup task failed, but > > >without any indication wh

Re: [SSSD] [PATCH] GPO: Better debugging for gpo_child's mkdir

2015-02-18 Thread Jakub Hrozek
On Tue, Feb 17, 2015 at 04:04:01PM +0100, Jakub Hrozek wrote: > On Tue, Feb 17, 2015 at 01:39:38PM +0100, Lukas Slebodnik wrote: > > Obvious ACK. > > http://sssd-ci.duckdns.org/logs/job/7/48/summary.html > > > > LS > > * master: 2fec5f131ff3086d50e9e06e24951aa9f7d6ab5e Also pushed to sssd-1-12:

Re: [SSSD] [PATCH] Add missing new lines to debug messages

2015-02-18 Thread Jakub Hrozek
On Wed, Feb 18, 2015 at 01:33:32PM +0100, Pavel Reichl wrote: > ci 1-12: http://sssd-ci.duckdns.org/logs/job/7/64/summary.html I fixed the space-before-newline mentioned in the other mail and pushed the patch to sssd-1-12: 7bc69afc71c0b8f48bdbf0b5b79d229a47aa49f2 __

Re: [SSSD] [PATCH] RESPONDERS: Warn to syslog about colliding objects

2015-02-18 Thread Pavel Reichl
On 02/18/2015 04:14 PM, Pavel Reichl wrote: On 02/18/2015 04:01 PM, Lukas Slebodnik wrote: On (18/02/15 15:56), Pavel Reichl wrote: On 02/18/2015 12:29 PM, Lukas Slebodnik wrote: On (18/02/15 11:06), Pavel Reichl wrote: On 02/18/2015 10:38 AM, Lukas Slebodnik wrote: ehlo, Attached patch s

Re: [SSSD] [PATCH] RESPONDERS: Warn to syslog about colliding objects

2015-02-18 Thread Pavel Reichl
On 02/18/2015 04:01 PM, Lukas Slebodnik wrote: On (18/02/15 15:56), Pavel Reichl wrote: On 02/18/2015 12:29 PM, Lukas Slebodnik wrote: On (18/02/15 11:06), Pavel Reichl wrote: On 02/18/2015 10:38 AM, Lukas Slebodnik wrote: ehlo, Attached patch shoul fix ticket #2203 LS Patch fails to ap

Re: [SSSD] [PATCH] RESPONDERS: Warn to syslog about colliding objects

2015-02-18 Thread Lukas Slebodnik
On (18/02/15 15:56), Pavel Reichl wrote: > >On 02/18/2015 12:29 PM, Lukas Slebodnik wrote: >>On (18/02/15 11:06), Pavel Reichl wrote: >>>On 02/18/2015 10:38 AM, Lukas Slebodnik wrote: ehlo, Attached patch shoul fix ticket #2203 LS >>>Patch fails to apply on master. >

[SSSD] Release notes for 1.12.4

2015-02-18 Thread Jakub Hrozek
Hi, I'd like to release 1.12.4 today. I started the release notes text here: https://fedorahosted.org/sssd/wiki/Releases/Notes-1.12.4 Feel free to make modifications or reply with suggestions. Also, please holler if you want me to merge any last-minute patch. The next 1.12 tarball (1.12.5) w

Re: [SSSD] [PATCH] RESPONDERS: Warn to syslog about colliding objects

2015-02-18 Thread Pavel Reichl
On 02/18/2015 12:29 PM, Lukas Slebodnik wrote: On (18/02/15 11:06), Pavel Reichl wrote: On 02/18/2015 10:38 AM, Lukas Slebodnik wrote: ehlo, Attached patch shoul fix ticket #2203 LS Patch fails to apply on master. My faul, I was on the wrong branch. Attached patches are for branches: mas

Re: [SSSD] [PATCH] Add missing new lines to debug messages

2015-02-18 Thread Pavel Reichl
On 02/18/2015 10:32 AM, Lukas Slebodnik wrote: On (18/02/15 09:45), Lukas Slebodnik wrote: On (17/02/15 16:43), Lukas Slebodnik wrote: ehlo, Attached patch should simplify analysis of log files. It should be applied to 1-12 branch. I will generate another version for master after merging all

[SSSD] [RFC] PAM Conversation for OTP design

2015-02-18 Thread Sumit Bose
Hi, I have created a design page for the special prompting for long-term password and one-time password at https://fedorahosted.org/sssd/wiki/DesignDocs/PAMConversationForOTP Comments and suggestions are welcome. Please note, there are two open questions related to configuration. For your conven

Re: [SSSD] [PATCH] RESPONDERS: Warn to syslog about colliding objects

2015-02-18 Thread Lukas Slebodnik
On (18/02/15 11:06), Pavel Reichl wrote: > >On 02/18/2015 10:38 AM, Lukas Slebodnik wrote: >>ehlo, >> >>Attached patch shoul fix ticket #2203 >> >>LS >> >> >Patch fails to apply on master. My faul, I was on the wrong branch. Attached patches are for branches: master and sssd-1-12. LS >From 3e35dd

Re: [SSSD] [PATCH] RESPONDERS: Warn to syslog about colliding objects

2015-02-18 Thread Pavel Reichl
On 02/18/2015 10:38 AM, Lukas Slebodnik wrote: ehlo, Attached patch shoul fix ticket #2203 LS ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Patch fails to apply on master.

Re: [SSSD] [PATCH] Add missing new lines to debug messages

2015-02-18 Thread Pavel Reichl
On 02/18/2015 09:45 AM, Lukas Slebodnik wrote: On (17/02/15 16:43), Lukas Slebodnik wrote: ehlo, Attached patch should simplify analysis of log files. It should be applied to 1-12 branch. I will generate another version for master after merging all pending big patchsets. LS Attached is updat

[SSSD] [PATCH] RESPONDERS: Warn to syslog about colliding objects

2015-02-18 Thread Lukas Slebodnik
ehlo, Attached patch shoul fix ticket #2203 LS >From 41afab71d8d3f02cf2c5395c427f2edb710b8ee9 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 18 Feb 2015 10:23:19 +0100 Subject: [PATCH] RESPONDERS: Warn to syslog about colliding objects Resolves: https://fedorahosted.org/sssd/ticket/2

Re: [SSSD] [PATCH] Add missing new lines to debug messages

2015-02-18 Thread Lukas Slebodnik
On (18/02/15 09:45), Lukas Slebodnik wrote: >On (17/02/15 16:43), Lukas Slebodnik wrote: >>ehlo, >> >>Attached patch should simplify analysis of log files. >>It should be applied to 1-12 branch. I will generate another version for >>master >>after merging all pending big patchsets. >> >>LS > >Atta

Re: [SSSD] [PATCH] Add missing new lines to debug messages

2015-02-18 Thread Lukas Slebodnik
On (17/02/15 16:43), Lukas Slebodnik wrote: >ehlo, > >Attached patch should simplify analysis of log files. >It should be applied to 1-12 branch. I will generate another version for master >after merging all pending big patchsets. > >LS Attached is updated version which remove extra new line added