Re: [SSSD] sss_cache flush ssh hosts list.

2014-07-15 Thread Lukas Slebodnik
On (16/07/14 11:46), William wrote: >On Tue, 2014-07-15 at 15:57 +0200, Jan Cholasta wrote: >> On 11.7.2014 03:35, William wrote: >> > >> >> >> >> Thanks. Could you please rename the option to >> >> "entry_cache_ssh_host_timeout", so that it's consistent with the rest of >> >> the cache timeout opt

Re: [SSSD] sss_cache flush ssh hosts list.

2014-07-15 Thread William
On Tue, 2014-07-15 at 15:57 +0200, Jan Cholasta wrote: > On 11.7.2014 03:35, William wrote: > > > >> > >> Thanks. Could you please rename the option to > >> "entry_cache_ssh_host_timeout", so that it's consistent with the rest of > >> the cache timeout options? > >> > >>> However, I can't quite wor

Re: [SSSD] sss_cache flush ssh hosts list.

2014-07-15 Thread William
On Tue, 2014-07-15 at 15:57 +0200, Jan Cholasta wrote: > On 11.7.2014 03:35, William wrote: > > > >> > >> Thanks. Could you please rename the option to > >> "entry_cache_ssh_host_timeout", so that it's consistent with the rest of > >> the cache timeout options? > >> > >>> However, I can't quite wor

Re: [SSSD] [PATCH v3 0/4] NFSv4 rpc.idmapd plugin

2014-07-15 Thread Jakub Hrozek
On Tue, Jul 15, 2014 at 06:15:43PM +0200, Jakub Hrozek wrote: > > How to test: > > libnfsidmap.git comes with a small C code named "libtest.c" which allows > > you to directly test the various function from 'struct trans_func'. > > I modified this code a bit to match our needs (and attached to this

Re: [SSSD] [PATCH v3 0/4] NFSv4 rpc.idmapd plugin

2014-07-15 Thread Jakub Hrozek
On Mon, Jul 14, 2014 at 09:58:11PM +0300, Noam Meltzer wrote: > On Mon, Jul 14, 2014 at 7:21 PM, Jakub Hrozek wrote: > > > On Fri, Jun 27, 2014 at 09:44:34AM +0300, Noam Meltzer wrote: > > > Follow patches are the code implementing design document: > > > https://fedorahosted.org/sssd/wiki/DesignD

Re: [SSSD] [PATCH v3 4/4] NFSv4 client: add to RPM spec

2014-07-15 Thread Jakub Hrozek
On Mon, Jul 14, 2014 at 10:10:59PM +0300, Noam Meltzer wrote: > On Mon, Jul 14, 2014 at 7:30 PM, Jakub Hrozek wrote: > > > On Fri, Jun 27, 2014 at 09:44:38AM +0300, Noam Meltzer wrote: > > > --- > > > contrib/sssd.spec.in | 7 +++ > > > 1 file changed, 7 insertions(+) > > > > > > diff --git

Re: [SSSD] [PATCH v3 1/4] NEW CLIENT: plugin for NFSv4 rpc.idmapd

2014-07-15 Thread Jakub Hrozek
On Mon, Jul 14, 2014 at 10:04:50PM +0300, Noam Meltzer wrote: > On Mon, Jul 14, 2014 at 7:25 PM, Jakub Hrozek wrote: > > > On Fri, Jun 27, 2014 at 09:44:35AM +0300, Noam Meltzer wrote: > > > Implementation of design document: > > > https://fedorahosted.org/sssd/wiki/DesignDocs/rpc.idmapd%20plugin

Re: [SSSD] [PATCH] SDAP: augmented logging for group saving

2014-07-15 Thread Jakub Hrozek
On Mon, Jul 14, 2014 at 03:41:15PM +0200, Pavel Reichl wrote: > On Mon, 2014-04-28 at 13:55 +0200, Pavel Reichl wrote: > > On Thu, 2014-04-17 at 17:30 +0200, Jakub Hrozek wrote: > > > On Tue, Apr 15, 2014 at 04:25:50PM +0200, Pavel Reichl wrote: > > > > Hello, > > > > > > > > some more generally u

Re: [SSSD] [PATCH] sudo: fetch sudoRunAs attribute

2014-07-15 Thread Jakub Hrozek
On Tue, Jul 15, 2014 at 04:34:07PM +0200, Jakub Hrozek wrote: > On Mon, Jul 14, 2014 at 02:33:48PM +0200, Pavel Březina wrote: > > https://fedorahosted.org/sssd/ticket/2212 > > > From ed3093d513e54c377fcaf3234bc54e5143027da0 Mon Sep 17 00:00:00 2001 > > From: =?UTF-8?q?Pavel=20B=C5=99ezina?= > >

Re: [SSSD] sss_cache flush ssh hosts list.

2014-07-15 Thread Jakub Hrozek
On Tue, Jul 15, 2014 at 03:57:14PM +0200, Jan Cholasta wrote: > I do see some dbus changes: src/responder/ifp/ifp_iface_generated.c > > As Pavel and Lukáš pointed out earlier, these changes should not be included > in the patch, as they are a result of a bug in dbus codegen script. btw to solve t

Re: [SSSD] [PATCH] sudo: fetch sudoRunAs attribute

2014-07-15 Thread Jakub Hrozek
On Mon, Jul 14, 2014 at 02:33:48PM +0200, Pavel Březina wrote: > https://fedorahosted.org/sssd/ticket/2212 > From ed3093d513e54c377fcaf3234bc54e5143027da0 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Pavel=20B=C5=99ezina?= > Date: Mon, 14 Jul 2014 14:23:50 +0200 > Subject: [PATCH] sudo: fetch sudoR

Re: [SSSD] sss_cache flush ssh hosts list.

2014-07-15 Thread Jan Cholasta
On 11.7.2014 03:35, William wrote: Thanks. Could you please rename the option to "entry_cache_ssh_host_timeout", so that it's consistent with the rest of the cache timeout options? However, I can't quite work out how to access confdb inside of ipa_hostid.c when it calls sysdb_store_ssh_host

Re: [SSSD] [PATCH] Retry system bus connection once messagebus is up

2014-07-15 Thread Pavel Březina
On 07/14/2014 11:54 AM, Jakub Hrozek wrote: On Tue, Jul 08, 2014 at 08:42:43PM +0200, Jakub Hrozek wrote: The 1.11 version will be sent out separately. Here are the 1.11 patches. There are no functional differences, just some minor rebasing. Ack.