Re: [SSSD] [PATCH] Fix memberof module with newer library versions

2011-02-11 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2011 06:37 AM, Sumit Bose wrote: > On Thu, Feb 10, 2011 at 02:46:50PM -0500, Simo Sorce wrote: >> On Thu, 10 Feb 2011 15:58:51 +0100 >> Sumit Bose wrote: >> > Please add > > --- a/Makefile.am > +++ b/Makefile.am > @@ -638

Re: [SSSD] [PATCH] Fix memberof module with newer library versions

2011-02-11 Thread Sumit Bose
On Thu, Feb 10, 2011 at 02:46:50PM -0500, Simo Sorce wrote: > On Thu, 10 Feb 2011 15:58:51 +0100 > Sumit Bose wrote: > > > > > Please add > > > > > > > > --- a/Makefile.am > > > > +++ b/Makefile.am > > > > @@ -638,6 +638,7 @@ auth_tests_SOURCES = \ > > > > $(SSSD_UTIL_OBJ) > > > > auth_te

Re: [SSSD] [PATCH] Fix memberof module with newer library versions

2011-02-10 Thread Simo Sorce
On Thu, 10 Feb 2011 15:58:51 +0100 Sumit Bose wrote: > > > Please add > > > > > > --- a/Makefile.am > > > +++ b/Makefile.am > > > @@ -638,6 +638,7 @@ auth_tests_SOURCES = \ > > > $(SSSD_UTIL_OBJ) > > > auth_tests_CFLAGS = \ > > > $(AM_CFLAGS) \ > > > +-DSYSDB_TEST \ > > > $(

Re: [SSSD] [PATCH] Fix memberof module with newer library versions

2011-02-10 Thread Sumit Bose
On Thu, Feb 10, 2011 at 09:40:09AM -0500, Simo Sorce wrote: > On Thu, 10 Feb 2011 15:11:06 +0100 > Sumit Bose wrote: > > > On Wed, Feb 09, 2011 at 06:49:17PM -0500, Simo Sorce wrote: > > > > > > At some point the libldb library changed how modules are loaded. > > > > > > This patch makes the me

Re: [SSSD] [PATCH] Fix memberof module with newer library versions

2011-02-10 Thread Simo Sorce
On Thu, 10 Feb 2011 15:11:06 +0100 Sumit Bose wrote: > On Wed, Feb 09, 2011 at 06:49:17PM -0500, Simo Sorce wrote: > > > > At some point the libldb library changed how modules are loaded. > > > > This patch makes the memberof module work with the new registration > > methods. > > > > Simo. >

Re: [SSSD] [PATCH] Fix memberof module with newer library versions

2011-02-10 Thread Sumit Bose
On Wed, Feb 09, 2011 at 06:49:17PM -0500, Simo Sorce wrote: > > At some point the libldb library changed how modules are loaded. > > This patch makes the memberof module work with the new registration > methods. > > Simo. Please add --- a/Makefile.am +++ b/Makefile.am @@ -638,6 +638,7 @@ auth

[SSSD] [PATCH] Fix memberof module with newer library versions

2011-02-09 Thread Simo Sorce
At some point the libldb library changed how modules are loaded. This patch makes the memberof module work with the new registration methods. Simo. -- Simo Sorce * Red Hat, Inc * New York >From a13988cbb28ed6103353d3a2b3c4183b39b4ca01 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed