Re: [SSSD] home directory issue; oddjob_mkhomedir issue

2013-12-18 Thread Alexander Bokovoy
On Tue, 17 Dec 2013, Yassir Elley wrote: Hi guys, I am getting the following two warnings running with the latest F20 sssd bits: [yelley@f20-laptop ~]$ ssh allowed_u...@foo.com@localhost allowed_u...@foo.com@localhost's password: org.freedesktop.DBus.Error.ServiceUnknown: The name com.redhat.od

Re: [SSSD] [PATCHES] ad: use tokengroups even when id mapping is disabled

2013-12-18 Thread Jakub Hrozek
On Mon, Dec 16, 2013 at 06:34:50PM +0100, Jakub Hrozek wrote: > On Mon, Dec 16, 2013 at 10:40:46AM +0100, Pavel Březina wrote: > > On 12/13/2013 10:35 AM, Jakub Hrozek wrote: > > >On Thu, Dec 12, 2013 at 09:54:51PM +0100, Jakub Hrozek wrote: > > >>On Thu, Dec 12, 2013 at 01:20:59PM +0100, Pavel Bře

Re: [SSSD] [PATCHES] ad: use tokengroups even when id mapping is disabled

2013-12-18 Thread Jakub Hrozek
On Thu, Dec 12, 2013 at 09:54:51PM +0100, Jakub Hrozek wrote: > Thank you, I think these patches are fine so ACK from me. But I would > like to run them through Coverity, so I'll push them when the scan > finishes. > > Thanks for the big patches! Pushed to master. Can you also send version that

Re: [SSSD] [PATCH] AD: Always refresh LDAP subdomain list

2013-12-18 Thread Sumit Bose
On Tue, Dec 17, 2013 at 05:34:44PM +0100, Jakub Hrozek wrote: > On Tue, Dec 17, 2013 at 05:02:07PM +0100, Jakub Hrozek wrote: > > On Mon, Dec 16, 2013 at 10:09:58PM +0100, Sumit Bose wrote: > > > On Mon, Dec 16, 2013 at 07:05:16PM +0100, Jakub Hrozek wrote: > > > > On Mon, Dec 16, 2013 at 07:03:11P

Re: [SSSD] [PATCHES] Fixes for sss_cache

2013-12-18 Thread Jakub Hrozek
On Mon, Dec 16, 2013 at 03:49:01PM +0100, Sumit Bose wrote: > On Thu, Dec 05, 2013 at 01:56:41PM +0100, Jakub Hrozek wrote: > > On Wed, Dec 04, 2013 at 05:56:30PM +0100, Sumit Bose wrote: > > > On Wed, Dec 04, 2013 at 05:22:06PM +0100, Jakub Hrozek wrote: > > > > On Wed, Dec 04, 2013 at 10:42:52AM

[SSSD] typos and minor fixes

2013-12-18 Thread Pavel Reichl
While working on: https://fedorahosted.org/sssd/ticket/1991 I found some typos and other small problems which are not directly related to the ticket. See attached patches please. PR >From 5360b8e4a919dc908a22616a540e0097d5254e83 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Wed, 18 Dec 2013

Re: [SSSD] typos and minor fixes

2013-12-18 Thread Jakub Hrozek
On Wed, Dec 18, 2013 at 03:34:02PM +0100, Pavel Reichl wrote: > While working on: > > https://fedorahosted.org/sssd/ticket/1991 > > I found some typos and other small problems which are not directly > related to the ticket. See attached patches please. > > PR ACK to all three. _

Re: [SSSD] home directory issue; oddjob_mkhomedir issue

2013-12-18 Thread Yassir Elley
- Original Message - > On Tue, 17 Dec 2013, Yassir Elley wrote: > >Hi guys, > > > >I am getting the following two warnings running with the latest F20 sssd > >bits: > > > >[yelley@f20-laptop ~]$ ssh allowed_u...@foo.com@localhost > >allowed_u...@foo.com@localhost's password: > >org.freede

Re: [SSSD] typos and minor fixes

2013-12-18 Thread Jakub Hrozek
On Wed, Dec 18, 2013 at 04:11:53PM +0100, Jakub Hrozek wrote: > On Wed, Dec 18, 2013 at 03:34:02PM +0100, Pavel Reichl wrote: > > While working on: > > > > https://fedorahosted.org/sssd/ticket/1991 > > > > I found some typos and other small problems which are not directly > > related to the ticke

Re: [SSSD] [PATCHES] ad: use tokengroups even when id mapping is disabled

2013-12-18 Thread Jakub Hrozek
On Wed, Dec 18, 2013 at 04:32:32PM +0100, Pavel Březina wrote: > On 12/18/2013 12:48 PM, Jakub Hrozek wrote: > >On Thu, Dec 12, 2013 at 09:54:51PM +0100, Jakub Hrozek wrote: > >>Thank you, I think these patches are fine so ACK from me. But I would > >>like to run them through Coverity, so I'll push

Re: [SSSD] [PATCHES] ad: use tokengroups even when id mapping is disabled

2013-12-18 Thread Jakub Hrozek
On Wed, Dec 18, 2013 at 05:21:33PM +0100, Jakub Hrozek wrote: > On Wed, Dec 18, 2013 at 04:32:32PM +0100, Pavel Březina wrote: > > On 12/18/2013 12:48 PM, Jakub Hrozek wrote: > > >On Thu, Dec 12, 2013 at 09:54:51PM +0100, Jakub Hrozek wrote: > > >>Thank you, I think these patches are fine so ACK fr

Re: [SSSD] [PATCH] AD: Always refresh LDAP subdomain list

2013-12-18 Thread Jakub Hrozek
On Wed, Dec 18, 2013 at 02:58:17PM +0100, Sumit Bose wrote: > On Tue, Dec 17, 2013 at 05:34:44PM +0100, Jakub Hrozek wrote: > > On Tue, Dec 17, 2013 at 05:02:07PM +0100, Jakub Hrozek wrote: > > > On Mon, Dec 16, 2013 at 10:09:58PM +0100, Sumit Bose wrote: > > > > On Mon, Dec 16, 2013 at 07:05:16PM

[SSSD] [PATCH] IPA: Call ipa_ad_subdom_refresh when server mode is initialized

2013-12-18 Thread Jakub Hrozek
Hi, I'm sorry, but I broke the IPA server mode with my previous patch :-( ipa_ad_subdom_refresh was called before IPA server context was initialized. On IPA server, this caused the code to dereference a NULL pointer and crash. >From 855e3995e88729087c2136a704df6d7dd2e870ce Mon Sep 17 00:00:00 200

Re: [SSSD] [PATCH 3/4] Make DEBUG macro variadic

2013-12-18 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu 17 Oct 2013 05:23:36 AM EDT, Nikolai Kondrashov wrote: > On 10/17/2013 12:16 PM, Nikolai Kondrashov wrote: >> On 10/15/2013 07:19 PM, Jakub Hrozek wrote: >>> On Fri, Oct 11, 2013 at 09:42:05AM -0400, Simo Sorce wrote: Finally if everybody a

Re: [SSSD] [PATCH 3/4] Make DEBUG macro variadic

2013-12-18 Thread Nikolai Kondrashov
Hi Stephen, On 12/18/2013 07:55 PM, Stephen Gallagher wrote: Nikolai, has there been any progress on this? I'd actually really like to see these changes land, as they'll make my life easier as I work on journald support for the debug logs. What I'm looking for is mostly the variadic change (so

Re: [SSSD] [PATCH] IPA: Call ipa_ad_subdom_refresh when server mode is initialized

2013-12-18 Thread Sumit Bose
On Wed, Dec 18, 2013 at 06:17:50PM +0100, Jakub Hrozek wrote: > Hi, > > I'm sorry, but I broke the IPA server mode with my previous patch :-( > > ipa_ad_subdom_refresh was called before IPA server context was > initialized. On IPA server, this caused the code to dereference a NULL > pointer and c

Re: [SSSD] [PATCHES] Fixes for sss_cache

2013-12-18 Thread Sumit Bose
On Wed, Dec 18, 2013 at 03:30:41PM +0100, Jakub Hrozek wrote: > On Mon, Dec 16, 2013 at 03:49:01PM +0100, Sumit Bose wrote: > > On Thu, Dec 05, 2013 at 01:56:41PM +0100, Jakub Hrozek wrote: > > > On Wed, Dec 04, 2013 at 05:56:30PM +0100, Sumit Bose wrote: > > > > On Wed, Dec 04, 2013 at 05:22:06PM

Re: [SSSD] German po4a translation

2013-12-18 Thread Jakub Hrozek
On Wed, Dec 18, 2013 at 09:24:59PM +0100, Chris Leick wrote: > >Could you fix problems which Sumit mentioned? > > I've attached the file with these changes. > > >Was there any response from trans-de(at)lists.fedoraproject.org or from > >transifex maintainers? > > No. It is still impossible to cr

Re: [SSSD] German po4a translation

2013-12-18 Thread Chris Leick
Jakub Hrozek: Chris Leick wrote: No. It is still impossible to create a new account. Don't worry, we'll push the translation update ourselves, when we prepare the next release. Thanks. Next time, I will try to create a new transifex account again. Please let me know, when there are changes.

Re: [SSSD] [PATCHES] Fixes for sss_cache

2013-12-18 Thread Jakub Hrozek
On Wed, Dec 18, 2013 at 09:43:11PM +0100, Sumit Bose wrote: > On Wed, Dec 18, 2013 at 03:30:41PM +0100, Jakub Hrozek wrote: > > On Mon, Dec 16, 2013 at 03:49:01PM +0100, Sumit Bose wrote: > > > On Thu, Dec 05, 2013 at 01:56:41PM +0100, Jakub Hrozek wrote: > > > > On Wed, Dec 04, 2013 at 05:56:30PM