[SSSD] RFC: Enumerations and sssd drivers

2009-08-13 Thread Simo Sorce
Hello all, during this month I have been slowly working on a set of patches to move from storing information in 2 different formats (legacy and member/memberOf based) to just one format (member/memberOf based). While doing this I had to address some problems that come up when you want to store a

Re: [SSSD] RFC: Enumerations and sssd drivers

2009-08-13 Thread Simo Sorce
On Thu, 2009-08-13 at 08:54 -0400, Stephen Gallagher wrote: One potential idea would be to have the SSSD automatically start an enumeration at startup time if the cache is stale. Then, instead of blocking updates waiting for subsequent enumerations, we could just go immediately to the cache

Re: [SSSD] RFC: Enumerations and sssd drivers

2009-08-13 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/13/2009 08:38 AM, Simo Sorce wrote: On Thu, 2009-08-13 at 08:54 -0400, Stephen Gallagher wrote: NOTE: this means that until the first background enumeration is complete, a getent passwd or a getent group call may return incomplete results. I