[SSSD] [PATCH] MAN: Drop the reference to IPAv2 in the man page

2016-03-19 Thread Jakub Hrozek
a man page one liner :) No need to explicitly mention IPAv2, I hope there are no deployments of IPAv1 left anymore :) This change was suggested by Rob in https://fedorahosted.org/sssd/ticket/1907#comment:2 >From a571f05f492090e95ec25ba1e10b7f843f4688b7 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek

[SSSD] Re: [PATCH] SUDO: be able to parse modifyTimestamp correctly

2016-03-19 Thread Jakub Hrozek
On Thu, Mar 17, 2016 at 12:29:32PM +0100, Jakub Hrozek wrote: > On Mon, Mar 07, 2016 at 12:02:32PM +0100, Pavel Březina wrote: > > One way to fix this would be to revert: > > f58ffb26aeaae0642a149643672fa59ec01a3a36 > > 1476d5348fcf387e7481d833becbd993d91f8019 > > > > These patches simplified the

[SSSD] Re: [PATCH] Fix responders socket cleanup code

2016-03-19 Thread Jakub Hrozek
On Thu, Mar 17, 2016 at 09:49:20AM +0100, Lukas Slebodnik wrote: > On (17/03/16 09:23), Jakub Hrozek wrote: > >On Tue, Mar 15, 2016 at 11:22:42AM +0100, Pavel Březina wrote: > >> On 03/15/2016 10:36 AM, Pavel Březina wrote: > >> >On 03/11/2016 05:04 AM, Simo Sorce wrote: > >> >>On Thu, 2016-03-10 a

[SSSD] Re: [PATCH] SPEC: Run extra unit tests with epel

2016-03-19 Thread Jakub Hrozek
On Mon, Mar 07, 2016 at 04:12:00PM +0100, Lukas Slebodnik wrote: > ehlo, > > simple patch is attached. > > LS Garbage-collecting easy patches untouched for a week or more.. The patch looks good and according to: http://sssd-ci.duckdns.org/logs/job/39/61/rhel6/ci-build-debug/ci-make-check-v

[SSSD] Re: [PATCH] PAM: Export original user shell to tlog-rec

2016-03-19 Thread Nikolai Kondrashov
On 03/18/2016 07:56 PM, Nikolai Kondrashov wrote: Hi everyone, The attached patch adds exporting of the original (non-overridden) user shell to tlog-rec, during the PAM session opening. The shell is exported via adding variable "TLOG_REC_SHELL" to the user's environment. This is supposed to be

[SSSD] [PATCHES]: Add infrastructure for validators

2016-03-19 Thread Michal Židek
Hi, these three patches add infrastructure for this libini feature https://fedorahosted.org/sssd/wiki/DesignDocs/libini-config-file-checks I did not add the patch for ini_allowed_sections validator. Will add that validator when these patches are in master. I also did not bump the version number

[SSSD] Re: [PATCH] Fix responders socket cleanup code

2016-03-19 Thread Jakub Hrozek
On Tue, Mar 15, 2016 at 11:22:42AM +0100, Pavel Březina wrote: > On 03/15/2016 10:36 AM, Pavel Březina wrote: > >On 03/11/2016 05:04 AM, Simo Sorce wrote: > >>On Thu, 2016-03-10 at 21:04 -0500, Simo Sorce wrote: > >>>The attached patch fixes #2973, > >>>it's pretty straightforward. > >> > >>Same pa

[SSSD] Re: [PATCH] SPEC: Run extra unit tests with epel

2016-03-19 Thread Lukas Slebodnik
On (17/03/16 23:17), Jakub Hrozek wrote: >On Mon, Mar 07, 2016 at 04:12:00PM +0100, Lukas Slebodnik wrote: >> ehlo, >> >> simple patch is attached. >> >> LS > >Garbage-collecting easy patches untouched for a week or more.. > >The patch looks good and according to: > > http://sssd-ci.duckdns.o

[SSSD] Re: [PATCH] SUDO: be able to parse modifyTimestamp correctly

2016-03-19 Thread Jakub Hrozek
On Mon, Mar 07, 2016 at 12:02:32PM +0100, Pavel Březina wrote: > One way to fix this would be to revert: > f58ffb26aeaae0642a149643672fa59ec01a3a36 > 1476d5348fcf387e7481d833becbd993d91f8019 > > These patches simplified the entryUSN fitler from (&(entryUSN >= > $last)(entryUSN != $last)) to (entry

[SSSD] NSS responder should negatively cache local users for a longer time

2016-03-19 Thread Petr Cech
Hi, I will work on $subject [1] and I have discussed this topic with Jakub a week ago. There are some open questions, so I will be glad if you say your opinion. There could be heavy traffic between SSSD client and server coused by local users. We need longer timeout in negative cache for loc

[SSSD] Re: [PATCH SET] TOOL: Invalidation of sudo rules at sss_cache

2016-03-19 Thread Pavel Březina
On 03/15/2016 04:40 PM, Petr Cech wrote: On 03/10/2016 02:36 PM, Pavel Březina wrote: On 03/09/2016 05:49 PM, Petr Cech wrote: On 03/08/2016 05:57 PM, Petr Cech wrote: On 03/08/2016 05:09 PM, Pavel Reichl wrote: Hello Petr, I just run through the code and I have some code style suggestions,