[SSSD] Re: [SSSD-users] Announcing SSSD 1.14.2

2016-11-07 Thread Lukas Slebodnik
On Mon, 2016-11-07 at 12:08 +0100, Lukas Slebodnik wrote: >On (07/11/16 12:08), Lukas Slebodnik wrote: >>On (20/10/16 06:58), Joakim Tjernlund wrote: >>>On Wed, 2016-10-19 at 21:48 +0200, Jakub Hrozek wrote: === SSSD 1.14.2 === The SSSD team is proud to announce

[SSSD] [sssd PR#46][comment] sss_client: Defer thread cancellation until completion of nss/pam operations

2016-11-07 Thread HouzuoGuo
URL: https://github.com/SSSD/sssd/pull/46 Title: #46: sss_client: Defer thread cancellation until completion of nss/pam operations HouzuoGuo commented: """ Hello! I don't have a strong preference whether to retain the original behaviour in a compilation conditional or not, feel free to go

[SSSD] [sssd PR#70][comment] check_duplicate: check name member before using it

2016-11-07 Thread celestian
URL: https://github.com/SSSD/sssd/pull/70 Title: #70: check_duplicate: check name member before using it celestian commented: """ The patch set LGTM. I am waiting for CI and I would like to test it manually. """ See the full comment at

[SSSD] Re: [PATCHES] views: properly override group member names

2016-11-07 Thread Lukas Slebodnik
On (26/07/16 22:05), Sumit Bose wrote: >On Tue, Jul 26, 2016 at 06:06:48PM +0200, Jakub Hrozek wrote: >> On Tue, Jul 26, 2016 at 05:25:11PM +0200, Jakub Hrozek wrote: >> > On Tue, Jul 26, 2016 at 01:51:56PM +0200, Sumit Bose wrote: >> > > > > The third patch adds a sysdb call to recursively

[SSSD] [sssd PR#73][opened] AD_PROVIDER: Enabled subdomains (1.13)

2016-11-07 Thread celestian
URL: https://github.com/SSSD/sssd/pull/73 Author: celestian Title: #73: AD_PROVIDER: Enabled subdomains (1.13) Action: opened PR body: """ This is backport of https://fedorahosted.org/sssd/ticket/2828 to 1.13. """ To pull the PR as Git branch: git remote add ghsssd

[SSSD] [sssd PR#73][comment] AD_PROVIDER: Enabled subdomains (1.13)

2016-11-07 Thread celestian
URL: https://github.com/SSSD/sssd/pull/73 Title: #73: AD_PROVIDER: Enabled subdomains (1.13) celestian commented: """ Notes: 1. I have experienced issue with ```other then master``` case. I hope it was caused by my broken AD setup. 2. Actually there is a test for logic of configuration option.

[SSSD] [sssd PR#73][comment] AD_PROVIDER: Enabled subdomains (1.13)

2016-11-07 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/73 Title: #73: AD_PROVIDER: Enabled subdomains (1.13) lslebodn commented: """ Patches does not have "cherry picked from commit" in commit message. In another word, they were not created with the flag "-x" LS """ See the full comment at

[SSSD] [sssd PR#73][+Changes requested] AD_PROVIDER: Enabled subdomains (1.13)

2016-11-07 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/73 Title: #73: AD_PROVIDER: Enabled subdomains (1.13) Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] Re: [PATCH SET] SYSDB: Adding message to inform about cache

2016-11-07 Thread Petr Cech
Hi all, after chat with Lukas I attached only first two patches. Author of the third one is Lukas and I am not sure if he is finished. (There was question of LD_PRELOAD.) Regards -- Petr^4 Čech >From c67ccc872eb5dacc98f626c10740424cef205334 Mon Sep 17 00:00:00 2001 From: Petr Cech

[SSSD] Re: [PATCH] Create pidfile after responders have started

2016-11-07 Thread Victor Tapia
Hi Lukas, please let me know if you need anything else for this patch. Regards, Victor ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

[SSSD] [sssd PR#46][-Accepted] sss_client: Defer thread cancellation until completion of nss/pam operations

2016-11-07 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/46 Title: #46: sss_client: Defer thread cancellation until completion of nss/pam operations Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#46][comment] sss_client: Defer thread cancellation until completion of nss/pam operations

2016-11-07 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/46 Title: #46: sss_client: Defer thread cancellation until completion of nss/pam operations sumit-bose commented: """ Ok, ACK then. """ See the full comment at https://github.com/SSSD/sssd/pull/46#issuecomment-258806379

[SSSD] [sssd PR#46][+Accepted] sss_client: Defer thread cancellation until completion of nss/pam operations

2016-11-07 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/46 Title: #46: sss_client: Defer thread cancellation until completion of nss/pam operations Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] Re: [PATCH] SYSDB: Fix error handling in sysdb_get_user_members_recursively

2016-11-07 Thread Jakub Hrozek
On Tue, Oct 04, 2016 at 08:40:55AM +0200, Petr Cech wrote: > bump This commit was pushed as b969ccc2cc58fdf761e5d314de9217f2d914bc9b ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#70][synchronized] check_duplicate: check name member before using it

2016-11-07 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/70 Author: sumit-bose Title: #70: check_duplicate: check name member before using it Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/70/head:pr70 git checkout pr70 From

[SSSD] [sssd PR#43][+Accepted] RESPONDER: Enable sudoRule in case insen. domains​ (1.15)

2016-11-07 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/43 Title: #43: RESPONDER: Enable sudoRule in case insen. domains​ (1.15) Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] Re: [SSSD-users] Announcing SSSD 1.14.2

2016-11-07 Thread Lukas Slebodnik
On (20/10/16 06:58), Joakim Tjernlund wrote: >On Wed, 2016-10-19 at 21:48 +0200, Jakub Hrozek wrote: >> === SSSD 1.14.2 === >> >> The SSSD team is proud to announce the release of version 1.14.2 of >> the System Security Services Daemon. >> >> As always, the source is

[SSSD] [sssd PR#72][opened] Remove two unused methods from monitor's sbus interface

2016-11-07 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/72 Author: jhrozek Title: #72: Remove two unused methods from monitor's sbus interface Action: opened PR body: """ None """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/72/head:pr72 git checkout