Re: [SSSD] [PATCH] Remove DP process

2009-10-06 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/06/2009 08:11 AM, Simo Sorce wrote: > On Mon, 2009-10-05 at 10:16 -0400, Simo Sorce wrote: >> 0002 - the DP patch with the mentioned fixes > > New DP removal patch that also removes the dp_interfaces.h file, now > completely useless. > > Simo.

Re: [SSSD] [PATCH] Remove btreemap

2009-10-06 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/06/2009 11:23 AM, Simo Sorce wrote: > On Tue, 2009-10-06 at 10:48 -0400, Stephen Gallagher wrote: >> We no longer use it anywhere in the code, having replaced it with the >> more efficient dhash. > > ack, you may want to add a small comment in s

Re: [SSSD] [PATCH] Fix error messages in tools

2009-10-06 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/06/2009 07:40 AM, Stephen Gallagher wrote: > On 10/06/2009 06:32 AM, Jakub Hrozek wrote: >> On 10/05/2009 07:43 PM, Stephen Gallagher wrote: >>> Replied to the wrong patch earlier... > >>> Nack. >>> sss_getpwnam_done() and friends should return

Re: [SSSD] [PATCH] Remove mpg option

2009-10-06 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/06/2009 12:16 PM, Simo Sorce wrote: > See subj and patch comment. > > Simo. > > > > > ___ > sssd-devel mailing list > sssd-de

[SSSD] [PATCH] Remove mpg option

2009-10-06 Thread Simo Sorce
See subj and patch comment. Simo. 0001-Remove-magicPrivateGroups-option.patch Description: application/mbox ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/sssd-devel

Re: [SSSD] [PATCH] allow to add more LDAP user mappings

2009-10-06 Thread Simo Sorce
On Tue, 2009-10-06 at 16:45 +0200, Sumit Bose wrote: > > this patch makes it possible to add more user attribute mappings. I > need > this (or a similar patch) to read password policy information from a > LDAP server to evaluate if the password is expired on the client if > the > LDAP server does

Re: [SSSD] [PATCH] Remove btreemap

2009-10-06 Thread Simo Sorce
On Tue, 2009-10-06 at 10:48 -0400, Stephen Gallagher wrote: > We no longer use it anywhere in the code, having replaced it with the > more efficient dhash. ack, you may want to add a small comment in some header like: /* R.I.P. btreemap 2008-2009 */ :-) Simo.

[SSSD] [PATCH] Remove btreemap

2009-10-06 Thread Stephen Gallagher
We no longer use it anywhere in the code, having replaced it with the more efficient dhash. -- Stephen Gallagher RHCE 804006346421761 Looking to carve out IT costs? www.redhat.com/carveoutcosts/ From c80ad27c8cb865d3161532d6b3ac8331306e0965 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date:

[SSSD] [PATCH] allow to add more LDAP user mappings

2009-10-06 Thread Sumit Bose
Hi, this patch makes it possible to add more user attribute mappings. I need this (or a similar patch) to read password policy information from a LDAP server to evaluate if the password is expired on the client if the LDAP server does not support server side password policies. I have tired to make

Re: [SSSD] [PATCH] Fix error messages in tools

2009-10-06 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/06/2009 06:32 AM, Jakub Hrozek wrote: > On 10/05/2009 07:43 PM, Stephen Gallagher wrote: >> Replied to the wrong patch earlier... > >> Nack. >> sss_getpwnam_done() and friends should return EIO if the sysdb replies >> with more than one result,

Re: [SSSD] [PATCH] Fix error messages in tools

2009-10-06 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/2009 07:43 PM, Stephen Gallagher wrote: > Replied to the wrong patch earlier... > > Nack. > sss_getpwnam_done() and friends should return EIO if the sysdb replies > with more than one result, I think. EINVAL implies that the fault was > with