Re: [SSSD] [PATCH] add sysdb_delete_recursive request to sysdb API

2009-10-30 Thread Sumit Bose
On Fri, Oct 30, 2009 at 05:42:10PM -0400, Simo Sorce wrote: > On Fri, 2009-10-30 at 12:01 +0100, Sumit Bose wrote: > > On Thu, Oct 29, 2009 at 11:26:39PM +0100, Sumit Bose wrote: > > > On Thu, Oct 29, 2009 at 09:32:34PM +, Simo Sorce wrote: > > > > On Thu, 2009-10-29 at 19:40 +0100, Sumit Bose

Re: [SSSD] [PATCH] add sysdb_delete_recursive request to sysdb API

2009-10-30 Thread Simo Sorce
On Fri, 2009-10-30 at 12:01 +0100, Sumit Bose wrote: > On Thu, Oct 29, 2009 at 11:26:39PM +0100, Sumit Bose wrote: > > On Thu, Oct 29, 2009 at 09:32:34PM +, Simo Sorce wrote: > > > On Thu, 2009-10-29 at 19:40 +0100, Sumit Bose wrote: > > > > On Thu, Oct 29, 2009 at 01:39:21PM +0100, Sumit Bose

Re: [SSSD] Problem or not?

2009-10-30 Thread Sumit Bose
On Fri, Oct 30, 2009 at 01:54:19PM -0700, Jeff Schroeder wrote: > I've built this package for Fedora 10 and am testing it out. > http://kojipkgs.fedoraproject.org/packages/sssd/0.7.1/1.fc12/src/sssd-0.7.1-1.fc12.src.rpm > > In /var/log/sssd/sssd.log: > [sssd[be[LDAP]]] [load_backend_module] (0): U

[SSSD] Problem or not?

2009-10-30 Thread Jeff Schroeder
I've built this package for Fedora 10 and am testing it out. http://kojipkgs.fedoraproject.org/packages/sssd/0.7.1/1.fc12/src/sssd-0.7.1-1.fc12.src.rpm In /var/log/sssd/sssd.log: [sssd[be[LDAP]]] [load_backend_module] (0): Unable to load init fn sssm_ldap_access_init from module ldap, error: /usr/

[SSSD] [PATCH] Add support for option descriptions to SSSDConfig API

2009-10-30 Thread Stephen Gallagher
Addresses https://fedorahosted.org/sssd/ticket/242 related to authconfig integration Note: this applies atop my previous patch "Make config_file_version a hidden setting in SSSDConfig API" which is still pending review. -- Stephen Gallagher RHCE 804006346421761 Delivering value year after yea

Re: [SSSD] [PATCH] fix non-sasl binds in native ldap driver

2009-10-30 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/2009 12:13 PM, Simo Sorce wrote: > My fault for not testing the non-auth case :/ > > Simo. > > > > > ___ > sssd-devel mailing list > sssd-devel@lists.fedorahosted.org > https://fedorahosted.org/

[SSSD] [PATCH] fix non-sasl binds in native ldap driver

2009-10-30 Thread Simo Sorce
My fault for not testing the non-auth case :/ Simo. -- Simo Sorce * Red Hat, Inc * New York >From b862c7e203b74ff27bbeb3c2253af352e53ffc42 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 30 Oct 2009 12:06:49 -0400 Subject: [PATCH] Fix segfault when SASL is not used at all --- server/prov

[SSSD] [PATCHES] Fail over helper functions and reference counting wrappers

2009-10-30 Thread Martin Nagy
Hi, attached are patches needed for the fail over functionality. The service discovery is not there yet, I want to hold of with that until I have at least a basic SRV-based one so I can test it properly. It's possible that we will discover something missing when we'll be integrating it into provide

Re: [SSSD] [PATCH] various fixes for tests

2009-10-30 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/2009 07:58 AM, Sumit Bose wrote: > Hi, > > this three patches should fix some issues with the unit tests > > 0001: currently the tests are compiled without AM_CFLAGS, i.e. without > most of the warning enabled > > 0002: fixes the warnings t

Re: [SSSD] [PATCH] start adding an attribute map for generic attributes

2009-10-30 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/2009 04:44 AM, Sumit Bose wrote: > On Thu, Oct 29, 2009 at 06:20:48PM -0400, Simo Sorce wrote: >> While adding infrastructure to use the USN counter for enumerations I >> found that sdap_id_map is not really a good name as the map represent a

[SSSD] [PATCH] various fixes for tests

2009-10-30 Thread Sumit Bose
Hi, this three patches should fix some issues with the unit tests 0001: currently the tests are compiled without AM_CFLAGS, i.e. without most of the warning enabled 0002: fixes the warnings that were discovered by 0001 0003: removes the test sysdb file before the tests are run. Now the sysdb te

Re: [SSSD] [PATCH] add sysdb_delete_recursive request to sysdb API

2009-10-30 Thread Sumit Bose
On Thu, Oct 29, 2009 at 11:26:39PM +0100, Sumit Bose wrote: > On Thu, Oct 29, 2009 at 09:32:34PM +, Simo Sorce wrote: > > On Thu, 2009-10-29 at 19:40 +0100, Sumit Bose wrote: > > > On Thu, Oct 29, 2009 at 01:39:21PM +0100, Sumit Bose wrote: > > > > Hi, > > > > > > > > this patch adds a recursi

Re: [SSSD] [PATCH] start adding an attribute map for generic attributes

2009-10-30 Thread Sumit Bose
On Thu, Oct 29, 2009 at 06:20:48PM -0400, Simo Sorce wrote: > While adding infrastructure to use the USN counter for enumerations I > found that sdap_id_map is not really a good name as the map represent a > generic attribute map. This patch renames the structure and adds some > generic infrastruct