Re: [SSSD] [PATCH] add store/search/delete interface for custom sysdb objects

2009-10-22 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/22/2009 09:28 AM, Simo Sorce wrote: > On Thu, 2009-10-22 at 12:22 +0200, Sumit Bose wrote: >> >> ok, the attached version adds new objects or replaces existing and >> adds >> new attributes to existing objects. > > I like this version. > > Ack

Re: [SSSD] [PATCH] add store/search/delete interface for custom sysdb objects

2009-10-22 Thread Simo Sorce
On Thu, 2009-10-22 at 12:22 +0200, Sumit Bose wrote: > > ok, the attached version adds new objects or replaces existing and > adds > new attributes to existing objects. I like this version. Ack Simo. -- Simo Sorce * Red Hat, Inc * New York ___ sssd

Re: [SSSD] [PATCH] add store/search/delete interface for custom sysdb objects

2009-10-22 Thread Sumit Bose
On Tue, Oct 20, 2009 at 08:48:19PM -0400, Simo Sorce wrote: > On Wed, 2009-10-21 at 17:15 +0200, Sumit Bose wrote: > > On Tue, Oct 20, 2009 at 07:46:02PM -0400, Simo Sorce wrote: > > > On Mon, 2009-10-19 at 16:42 +0200, Sumit Bose wrote: > > > > Hi, > > > > > > > > this patch adds a store/search/d

Re: [SSSD] [PATCH] add store/search/delete interface for custom sysdb objects

2009-10-21 Thread Simo Sorce
On Wed, 2009-10-21 at 17:15 +0200, Sumit Bose wrote: > On Tue, Oct 20, 2009 at 07:46:02PM -0400, Simo Sorce wrote: > > On Mon, 2009-10-19 at 16:42 +0200, Sumit Bose wrote: > > > Hi, > > > > > > this patch adds a store/search/delete sysdb API for data not related > > > to > > > users of groups. The

Re: [SSSD] [PATCH] add store/search/delete interface for custom sysdb objects

2009-10-21 Thread Sumit Bose
On Tue, Oct 20, 2009 at 07:46:02PM -0400, Simo Sorce wrote: > On Mon, 2009-10-19 at 16:42 +0200, Sumit Bose wrote: > > Hi, > > > > this patch adds a store/search/delete sysdb API for data not related > > to > > users of groups. The data is stored in cn=custom,cn=domain,cn=sysdb. > > The > > client

Re: [SSSD] [PATCH] add store/search/delete interface for custom sysdb objects

2009-10-21 Thread Simo Sorce
On Mon, 2009-10-19 at 16:42 +0200, Sumit Bose wrote: > Hi, > > this patch adds a store/search/delete sysdb API for data not related > to > users of groups. The data is stored in cn=custom,cn=domain,cn=sysdb. > The > client must specify a subtree_name and an object_name to save the data > in cn=obj

[SSSD] [PATCH] add store/search/delete interface for custom sysdb objects

2009-10-19 Thread Sumit Bose
Hi, this patch adds a store/search/delete sysdb API for data not related to users of groups. The data is stored in cn=custom,cn=domain,cn=sysdb. The client must specify a subtree_name and an object_name to save the data in cn=object_name,cn=subtree_name,cn=custom,cn=domain,cn=sysdb. Please have a