Re: [SSSD] [PATCH] ELAPI sinks and providers

2009-08-31 Thread Dmitri Pal
Stephen Gallagher wrote: On 08/28/2009 05:40 AM, Jakub Hrozek wrote: Thank you for the review. My comments are inline. Couple of comments: * Instead of putting libprovider.la into _SOURCES, maybe you wanted to add it to libelapi_la_LIBADD? I consulted Steve on this one and showed

[SSSD] [PATCH] Turn enumeration parameter to boolean

2009-08-31 Thread Simo Sorce
Since we enumerate in background and use the member/memberof scheme you can't do group enumerations without also doing a user enumeration first. So turn the enumeration option into a boolean with warnings if the old syntax is used. Simo. -- Simo Sorce * Red Hat, Inc * New York From

Re: [SSSD] [PATCH] Turn enumeration parameter to boolean

2009-08-31 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/31/2009 02:56 PM, Dmitri Pal wrote: Simo Sorce wrote: Since we enumerate in background and use the member/memberof scheme you can't do group enumerations without also doing a user enumeration first. So turn the enumeration option into a

Re: [SSSD] [PATCH] Turn enumeration parameter to boolean

2009-08-31 Thread Dmitri Pal
Stephen Gallagher wrote: On 08/31/2009 02:56 PM, Dmitri Pal wrote: Simo Sorce wrote: Since we enumerate in background and use the member/memberof scheme you can't do group enumerations without also doing a user enumeration first. So turn the enumeration option into a boolean with

Re: [SSSD] [PATCH] Turn enumeration parameter to boolean

2009-08-31 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/31/2009 03:04 PM, Dmitri Pal wrote: Stephen Gallagher wrote: On 08/31/2009 02:56 PM, Dmitri Pal wrote: Simo Sorce wrote: Since we enumerate in background and use the member/memberof scheme you can't do group enumerations without also doing