Re: [SSSD] [Transifex] File submitted via email to SSSD | master

2009-10-27 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/23/2009 04:21 PM, ad...@transifex.net wrote: Hello sssd, this is Transifex at http://www.transifex.net. The following attached files were submitted to SSSD | master by raven piotrd...@gmail.com Please, visit Transifex at

Re: [SSSD] [PATCH] store original DN with cached group objects if available

2009-10-27 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/23/2009 08:05 AM, Simo Sorce wrote: On Fri, 2009-10-23 at 13:57 +0200, Sumit Bose wrote: with this patch the original DN of a group object is store in sysdb. This is needed e.g. for IPA HBAC. ACK Simo. Pushed to master. - --

[SSSD] [Patch] Remove references to Data Provider service from sssd.conf and manpages

2009-10-27 Thread Stephen Gallagher
The previous patch I sent ensured that the DP wouldn't be loaded, but this patch removes all mention of it. -- Stephen Gallagher RHCE 804006346421761 Looking to carve out IT costs? www.redhat.com/carveoutcosts/ From a3ae5b2f392aea5abbd894082f3028c5f96cdbd1 Mon Sep 17 00:00:00 2001 From:

Re: [SSSD] [PATCH] Set Cache expiration in providers

2009-10-27 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/24/2009 02:10 PM, Simo Sorce wrote: I came to the conclusion that expiration time should really be a backend property, not a frontend one. The frontend can always decide to not obey the cache expiration time and force an update of course.

Re: [SSSD] [PATCH] Fix group enumerations for IPA/AD domains

2009-10-27 Thread Simo Sorce
On Sat, 2009-10-24 at 14:08 -0400, Simo Sorce wrote: With this patch we correctly parse groups. A 2 pass approach for setting members assures even complicated nested groups do not risk to miss memberships Rebased patch on top of master. Simo. -- Simo Sorce * Red Hat, Inc * New York From

Re: [SSSD] [PATCH] Fix group enumerations for IPA/AD domains

2009-10-27 Thread Simo Sorce
On Sat, 2009-10-24 at 14:08 -0400, Simo Sorce wrote: With this patch we correctly parse groups. A 2 pass approach for setting members assures even complicated nested groups do not risk to miss memberships Rebased on top of Sumit patch that stores the DN Also fixed an error in a debug message

Re: [SSSD] [PATCH] Fix group enumerations for IPA/AD domains

2009-10-27 Thread Simo Sorce
On Tue, 2009-10-27 at 09:21 -0400, Simo Sorce wrote: On Sat, 2009-10-24 at 14:08 -0400, Simo Sorce wrote: With this patch we correctly parse groups. A 2 pass approach for setting members assures even complicated nested groups do not risk to miss memberships Rebased patch on top of

Re: [SSSD] [PATCH] Set Cache expiration in providers

2009-10-27 Thread Simo Sorce
On Tue, 2009-10-27 at 09:21 -0400, Stephen Gallagher wrote: Code looks good, but it won't apply on master. Please rebase and I will test and ack. Sent initially to the wrong thread. -- Simo Sorce * Red Hat, Inc * New York From 6bd1079b866e84de292b62e0e68d0ce65bff9c37 Mon Sep 17 00:00:00

Re: [SSSD] [PATCH] fix set last login function in pam handler

2009-10-27 Thread Simo Sorce
On Mon, 2009-10-26 at 15:55 -0400, Stephen Gallagher wrote: On 10/26/2009 03:51 PM, Simo Sorce wrote: On Mon, 2009-10-26 at 15:19 -0400, Simo Sorce wrote: See comments in commit message. Also add patch to fix some talloc_free - talloc_zfree cases in sysdb As discussed on IRC respin to

Re: [SSSD] [Patch] Remove references to Data Provider service from sssd.conf and manpages

2009-10-27 Thread Simo Sorce
On Tue, 2009-10-27 at 08:56 -0400, Stephen Gallagher wrote: The previous patch I sent ensured that the DP wouldn't be loaded, but this patch removes all mention of it. Ack. Simo. -- Simo Sorce * Red Hat, Inc * New York ___ sssd-devel mailing list

Re: [SSSD] [PATCH] fix set last login function in pam handler

2009-10-27 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/27/2009 09:26 AM, Simo Sorce wrote: On Mon, 2009-10-26 at 15:55 -0400, Stephen Gallagher wrote: On 10/26/2009 03:51 PM, Simo Sorce wrote: On Mon, 2009-10-26 at 15:19 -0400, Simo Sorce wrote: See comments in commit message. Also add patch to

Re: [SSSD] [PATCH] Fix group enumerations for IPA/AD domains

2009-10-27 Thread Sumit Bose
On Tue, Oct 27, 2009 at 09:23:54AM -0400, Simo Sorce wrote: On Sat, 2009-10-24 at 14:08 -0400, Simo Sorce wrote: With this patch we correctly parse groups. A 2 pass approach for setting members assures even complicated nested groups do not risk to miss memberships Rebased on top of Sumit

[SSSD] [PATCH] Do not migrate Data Provider

2009-10-27 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Add a way to make changes to the most recent format of config files. Use it to remove all traces of Data Provider from the config file which is being migrated. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with

Re: [SSSD] [PATCH] Fix group enumerations for IPA/AD domains

2009-10-27 Thread Simo Sorce
On Tue, 2009-10-27 at 14:46 +0100, Sumit Bose wrote: On Tue, Oct 27, 2009 at 09:23:54AM -0400, Simo Sorce wrote: On Sat, 2009-10-24 at 14:08 -0400, Simo Sorce wrote: With this patch we correctly parse groups. A 2 pass approach for setting members assures even complicated nested groups

Re: [SSSD] [PATCH] Set Cache expiration in providers

2009-10-27 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/27/2009 09:25 AM, Simo Sorce wrote: On Tue, 2009-10-27 at 09:21 -0400, Stephen Gallagher wrote: Code looks good, but it won't apply on master. Please rebase and I will test and ack. Sent initially to the wrong thread.

Re: [SSSD] [PATCH] Set Cache expiration in providers

2009-10-27 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/27/2009 10:17 AM, Stephen Gallagher wrote: On 10/27/2009 09:25 AM, Simo Sorce wrote: On Tue, 2009-10-27 at 09:21 -0400, Stephen Gallagher wrote: Code looks good, but it won't apply on master. Please rebase and I will test and ack. Sent

Re: [SSSD] [PATCH] added a ASQ search API for sysdb

2009-10-27 Thread Sumit Bose
On Tue, Oct 27, 2009 at 10:27:40AM -0400, Simo Sorce wrote: On Mon, 2009-10-26 at 17:43 +0100, Sumit Bose wrote: Hi, this patch adds a sysdb interface for ASQ (attribute scoped query) searches. These are useful to limit searches to objects listed in member/memberof attributes (this is

Re: [SSSD] [Patch] Remove references to Data Provider service from sssd.conf and manpages

2009-10-27 Thread David O'Brien
Simo Sorce wrote: On Tue, 2009-10-27 at 08:56 -0400, Stephen Gallagher wrote: The previous patch I sent ensured that the DP wouldn't be loaded, but this patch removes all mention of it. Ack. Simo. Can I remove mentions of this from the wiki? e.g. In the Configuring Services section of