Re: [SSSD] [PATCH] [PRELIMINARY] back end: periodic task API

2013-05-15 Thread Pavel Brezina
This thread got superseded by [PATCH] back end: periodic task API + refresh of expired records. ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Re: [SSSD] 1.9.93 git fails using id_provider=ad [solved]

2013-05-15 Thread steve
On 15/05/13 17:56, Sumit Bose wrote: On Wed, May 15, 2013 at 02:07:11PM +0200, steve wrote: You can try patch from mail https://lists.fedorahosted.org/pipermail/sssd-devel/2013-May/015072.html If you are not familiar with git. --download patch from mail. --patch git sources (git am --compile

Re: [SSSD] 1.9.93 git fails using id_provider=ad [solved]

2013-05-15 Thread Sumit Bose
On Wed, May 15, 2013 at 02:07:11PM +0200, steve wrote: > > >You can try patch from mail > >https://lists.fedorahosted.org/pipermail/sssd-devel/2013-May/015072.html > >If you are not familiar with git. > >--download patch from mail. > >--patch git sources (git am > >--compile sssd ... > > > >I hop

Re: [SSSD] [PATCH] Adding option to disable retrieving large AD groups.

2013-05-15 Thread Lukas Slebodnik
On (15/05/13 17:30), Lukas Slebodnik wrote: >On (15/05/13 13:54), Jakub Hrozek wrote: >>On Tue, May 14, 2013 at 07:04:42PM +0200, Lukas Slebodnik wrote: >>> On (14/05/13 16:04), Jakub Hrozek wrote: >>> >On Mon, May 13, 2013 at 05:08:44PM +0200, Lukas Slebodnik wrote: >>> >> ehlo, >>> >> >>> >> Jak

Re: [SSSD] [PATCH] Adding option to disable retrieving large AD groups.

2013-05-15 Thread Lukas Slebodnik
On (15/05/13 13:54), Jakub Hrozek wrote: >On Tue, May 14, 2013 at 07:04:42PM +0200, Lukas Slebodnik wrote: >> On (14/05/13 16:04), Jakub Hrozek wrote: >> >On Mon, May 13, 2013 at 05:08:44PM +0200, Lukas Slebodnik wrote: >> >> ehlo, >> >> >> >> Jakub, Pavel and me disscus about ticket >> >> https:/

Re: [SSSD] [PATCH] Fix segfault in AD Subdomains Module

2013-05-15 Thread Jakub Hrozek
On Wed, May 15, 2013 at 02:05:42PM +0200, steve wrote: > On 15/05/13 11:50, Jakub Hrozek wrote: > >On Wed, May 15, 2013 at 11:34:19AM +0200, Lukas Slebodnik wrote: > >>On (15/05/13 11:19), Jakub Hrozek wrote: > >>>On Wed, May 15, 2013 at 10:17:02AM +0200, Lukas Slebodnik wrote: > ehlo, > >

Re: [SSSD] 1.9.93 git fails using id_provider=ad [solved]

2013-05-15 Thread steve
You can try patch from mail https://lists.fedorahosted.org/pipermail/sssd-devel/2013-May/015072.html If you are not familiar with git. --download patch from mail. --patch git sources (git am --compile sssd ... I hope, it fixes your segfault. Thanks I applied the patch. No segfault. Thanks,

Re: [SSSD] [PATCH] Fix segfault in AD Subdomains Module

2013-05-15 Thread steve
On 15/05/13 11:50, Jakub Hrozek wrote: On Wed, May 15, 2013 at 11:34:19AM +0200, Lukas Slebodnik wrote: On (15/05/13 11:19), Jakub Hrozek wrote: On Wed, May 15, 2013 at 10:17:02AM +0200, Lukas Slebodnik wrote: ehlo, In function ad_subdomains_get_netlogon_done: If variable "reply_count" is zer

Re: [SSSD] Libtool fails to find dependent libraries

2013-05-15 Thread Lukas Slebodnik
On (15/05/13 11:45), Jakub Hrozek wrote: >On Wed, May 15, 2013 at 05:23:25AM -0400, Stephen Gallagher wrote: >> >> >> On May 15, 2013, at 5:09 AM, Jakub Hrozek wrote: >> >> > On Tue, May 14, 2013 at 07:57:25PM +0200, Lukas Slebodnik wrote: >> >> ehlo, >> >> >> >> sorry for tl;dr >> >> >> >> Two us

Re: [SSSD] [PATCH] [PRELIMINARY] back end: periodic task API

2013-05-15 Thread Jakub Hrozek
On Tue, May 14, 2013 at 02:50:56PM -0400, Pavel Brezina wrote: > - Original Message - > > From: "Jakub Hrozek" > > To: sssd-devel@lists.fedorahosted.org > > Sent: Tuesday, May 14, 2013 6:25:27 PM > > Subject: Re: [SSSD] [PATCH] [PRELIMINARY] back end: periodic task API > > > > On Fri, May

Re: [SSSD] [PATCH] Adding option to disable retrieving large AD groups.

2013-05-15 Thread Jakub Hrozek
On Tue, May 14, 2013 at 07:04:42PM +0200, Lukas Slebodnik wrote: > On (14/05/13 16:04), Jakub Hrozek wrote: > >On Mon, May 13, 2013 at 05:08:44PM +0200, Lukas Slebodnik wrote: > >> ehlo, > >> > >> Jakub, Pavel and me disscus about ticket > >> https://fedorahosted.org/sssd/ticket/1823 > >> "getgrna

Re: [SSSD] [PATCH] Remove unneeded parameter of setup_child and namespace it

2013-05-15 Thread Pavel Březina
On 05/15/2013 11:54 AM, Jakub Hrozek wrote: A fix for a minor issue I found while looking at the module initialization. Ack. ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

[SSSD] [PATCH] Remove unneeded parameter of setup_child and namespace it

2013-05-15 Thread Jakub Hrozek
A fix for a minor issue I found while looking at the module initialization. >From b54ff0bb5ef0aa746522b3034f05b94182c94708 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 14 May 2013 18:55:40 +0200 Subject: [PATCH] Remove unneeded parameter of setup_child and namespace it setup_child() was

Re: [SSSD] [PATCH] Fix segfault in AD Subdomains Module

2013-05-15 Thread Jakub Hrozek
On Wed, May 15, 2013 at 11:34:19AM +0200, Lukas Slebodnik wrote: > On (15/05/13 11:19), Jakub Hrozek wrote: > >On Wed, May 15, 2013 at 10:17:02AM +0200, Lukas Slebodnik wrote: > >> ehlo, > >> > >> In function ad_subdomains_get_netlogon_done: > >> If variable "reply_count" is zero then variable "re

Re: [SSSD] Libtool fails to find dependent libraries

2013-05-15 Thread Jakub Hrozek
On Wed, May 15, 2013 at 05:23:25AM -0400, Stephen Gallagher wrote: > > > On May 15, 2013, at 5:09 AM, Jakub Hrozek wrote: > > > On Tue, May 14, 2013 at 07:57:25PM +0200, Lukas Slebodnik wrote: > >> ehlo, > >> > >> sorry for tl;dr > >> > >> Two users hit the same compilation issue last week. >

Re: [SSSD] 1.9.93 git fails using id_provider=ad

2013-05-15 Thread Lukas Slebodnik
On (15/05/13 09:29), steve wrote: >On 15/05/13 09:00, Lukas Slebodnik wrote: >>On (14/05/13 23:42), steve wrote: >>>On 14/05/13 23:11, Lukas Slebodnik wrote: On (14/05/13 23:00), steve wrote: >Hi >with id_provider=ad, sssd exits after e.g. issuing d >It works fine with id_provider=

Re: [SSSD] [PATCH] Fix segfault in AD Subdomains Module

2013-05-15 Thread Lukas Slebodnik
On (15/05/13 11:19), Jakub Hrozek wrote: >On Wed, May 15, 2013 at 10:17:02AM +0200, Lukas Slebodnik wrote: >> ehlo, >> >> In function ad_subdomains_get_netlogon_done: >> If variable "reply_count" is zero then variable "reply" will not be >> initialized. Therefore we should not continue. >> >> I a

Re: [SSSD] Libtool fails to find dependent libraries

2013-05-15 Thread Stephen Gallagher
On May 15, 2013, at 5:09 AM, Jakub Hrozek wrote: > On Tue, May 14, 2013 at 07:57:25PM +0200, Lukas Slebodnik wrote: >> ehlo, >> >> sorry for tl;dr >> >> Two users hit the same compilation issue last week. >> https://lists.fedorahosted.org/pipermail/sssd-devel/2013-May/014906.html >> https://l

Re: [SSSD] [PATCH] Fix segfault in AD Subdomains Module

2013-05-15 Thread Jakub Hrozek
On Wed, May 15, 2013 at 10:17:02AM +0200, Lukas Slebodnik wrote: > ehlo, > > In function ad_subdomains_get_netlogon_done: > If variable "reply_count" is zero then variable "reply" will not be > initialized. Therefore we should not continue. > > I am not sure about return code. > > Patch is attac

Re: [SSSD] Libtool fails to find dependent libraries

2013-05-15 Thread Jakub Hrozek
On Tue, May 14, 2013 at 07:57:25PM +0200, Lukas Slebodnik wrote: > ehlo, > > sorry for tl;dr > > Two users hit the same compilation issue last week. > https://lists.fedorahosted.org/pipermail/sssd-devel/2013-May/014906.html > https://lists.fedorahosted.org/pipermail/sssd-devel/2013-May/014915.htm

[SSSD] [PATCH] Fix segfault in AD Subdomains Module

2013-05-15 Thread Lukas Slebodnik
ehlo, In function ad_subdomains_get_netlogon_done: If variable "reply_count" is zero then variable "reply" will not be initialized. Therefore we should not continue. I am not sure about return code. Patch is attached. LS >From b15e1a6b664201493ec0288a9c8e4ec5b2983dbc Mon Sep 17 00:00:00 2001 Fr

Re: [SSSD] 1.9.93 git fails using id_provider=ad

2013-05-15 Thread steve
On 15/05/13 09:00, Lukas Slebodnik wrote: On (14/05/13 23:42), steve wrote: On 14/05/13 23:11, Lukas Slebodnik wrote: On (14/05/13 23:00), steve wrote: Hi with id_provider=ad, sssd exits after e.g. issuing d It works fine with id_provider=ldap here are te errors with the ad: (Tue May 14 22:

Re: [SSSD] 1.9.93 git fails using id_provider=ad

2013-05-15 Thread Lukas Slebodnik
On (14/05/13 23:42), steve wrote: >On 14/05/13 23:11, Lukas Slebodnik wrote: >>On (14/05/13 23:00), steve wrote: >>>Hi >>>with id_provider=ad, sssd exits after e.g. issuing d >>>It works fine with id_provider=ldap >>> >>>here are te errors with the ad: >>> >>>(Tue May 14 22:55:31 2013) [sssd[pam]]