[SSSD] [PATCH] stop processing a domain if no provider is given

2009-09-01 Thread Sumit Bose
Hi, this patch fixes a minor bug in the configuration processing. bye, Sumit >From 08387004e8894bc6a3fa9dd0dae658cc7db8dd89 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 1 Sep 2009 17:16:05 +0200 Subject: [PATCH] stop processing a domain if no provider is given --- server/confdb/confdb.

Re: [SSSD] [PATCH] stop processing a domain if no provider is given

2009-09-01 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/2009 12:25 PM, Sumit Bose wrote: > Hi, > > this patch fixes a minor bug in the configuration processing. > > bye, > Sumit > > > > > _

[SSSD] [PATCH] check if libpcre version is above or below 7

2009-09-01 Thread Sumit Bose
Hi, this patch enables/disables PCRE_DUPNAMES depending on the version of libprce found at compile time and should solve https://fedorahosted.org/sssd/ticket/61 . For me is works on SLES10. It would be nice if someone can confirm that it works on RHEL5 or other plattforms with libpcre < 7. bye, S

Re: [SSSD] [PATCH] check if libpcre version is above or below 7

2009-09-01 Thread Simo Sorce
On Tue, 2009-09-01 at 19:33 +0200, Sumit Bose wrote: > Hi, > > this patch enables/disables PCRE_DUPNAMES depending on the version of > libprce found at compile time and should solve > https://fedorahosted.org/sssd/ticket/61 . For me is works on SLES10. It > would be nice if someone can confirm tha

Re: [SSSD] [PATCH] check if libpcre version is above or below 7

2009-09-01 Thread Dmitri Pal
Simo Sorce wrote: > On Tue, 2009-09-01 at 19:33 +0200, Sumit Bose wrote: > >> Hi, >> >> this patch enables/disables PCRE_DUPNAMES depending on the version of >> libprce found at compile time and should solve >> https://fedorahosted.org/sssd/ticket/61 . For me is works on SLES10. It >> would be n

Re: [SSSD] [PATCH] check if libpcre version is above or below 7

2009-09-01 Thread Simo Sorce
On Tue, 2009-09-01 at 14:02 -0400, Dmitri Pal wrote: > RHEL 5 has version 7.8 The latest package for RHEL was 6.6 you must have a custom package on your system. Simo. -- Simo Sorce * Red Hat, Inc * New York ___ sssd-devel mailing list sssd-devel@l

Re: [SSSD] [PATCH] stop processing a domain if no provider is given

2009-09-01 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/2009 01:07 PM, Stephen Gallagher wrote: > On 09/01/2009 12:25 PM, Sumit Bose wrote: >> Hi, > >> this patch fixes a minor bug in the configuration processing. > >> bye, >> Sumit > > >> ---

Re: [SSSD] [PATCH] check if libpcre version is above or below 7

2009-09-01 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/2009 01:53 PM, Simo Sorce wrote: > On Tue, 2009-09-01 at 19:33 +0200, Sumit Bose wrote: >> Hi, >> >> this patch enables/disables PCRE_DUPNAMES depending on the version of >> libprce found at compile time and should solve >> https://fedorahoste

[SSSD] [PATCH] Move RPM specfiles into contrib/

2009-09-01 Thread Stephen Gallagher
Also create a new spec file for RHEL5 -- Stephen Gallagher RHCE 804006346421761 Looking to carve out IT costs? www.redhat.com/carveoutcosts/ From e2ec4bf8dc7f394275b91271291d2ba31504fb74 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 1 Sep 2009 16:02:46 -0400 Subject: [PATCH] Move

[SSSD] [PATCH] honour enumerate in ldap backend

2009-09-01 Thread Simo Sorce
When enumerate is set to flse we don't return entries on an enumerating getent but we still run the enumeration task. Obey the enumerate flag and don't start the task if it is set to false. Simo. -- Simo Sorce * Red Hat, Inc * New York ___ sssd-devel

Re: [SSSD] [PATCH] honour enumerate in ldap backend

2009-09-01 Thread Simo Sorce
On Tue, 2009-09-01 at 16:33 -0400, Simo Sorce wrote: > When enumerate is set to flse we don't return entries on an enumerating > getent but we still run the enumeration task. > > Obey the enumerate flag and don't start the task if it is set to false. > > Simo. Works better with the actual patch

[SSSD] [PATCH] Fix proxy enumerations with newer tevent

2009-09-01 Thread Simo Sorce
newer tevent versions (correctly) fail if loops are nested. fix the code to never nest loops. Simo. -- Simo Sorce * Red Hat, Inc * New York >From ab70d852e8b2f616c642c6a985e8c5479a2fadec Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 1 Sep 2009 15:44:52 -0400 Subject: [PATCH 2/2] Fix prox

Re: [SSSD] [PATCH] Move RPM specfiles into contrib/

2009-09-01 Thread Simo Sorce
On Tue, 2009-09-01 at 16:15 -0400, Stephen Gallagher wrote: > Also create a new spec file for RHEL5 Ack, although later it may be worth considering if it makes sense to have just one spec file with conditionals. Simo. -- Simo Sorce * Red Hat, Inc * New York

Re: [SSSD] [PATCH] Move RPM specfiles into contrib/

2009-09-01 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/2009 04:43 PM, Simo Sorce wrote: > On Tue, 2009-09-01 at 16:15 -0400, Stephen Gallagher wrote: >> Also create a new spec file for RHEL5 > > Ack, although later it may be worth considering if it makes sense to > have just one spec file with co