Re: [SSSD] [PATCH] fix internal consistency check

2009-11-24 Thread Sumit Bose
On Mon, Nov 23, 2009 at 05:21:37PM -0500, Simo Sorce wrote: We used to do this via a preprocessor macro so the build would fail but since we changed the original code to use enums instead this is not possible anymore. Turn it into a runtime check. Simo. Looks good, but I think the

[SSSD] [PATCH] Use ldb modules from build root for tests

2009-11-24 Thread Sumit Bose
Hi, when running 'make check' on a system where the ldb memberof plugin is not installed, e.g. every build system where sssd is not installed but just build, the sysdb test fails in the ASQ test. This patch changes the ldb module path if sysdb is compiled for the test. Maybe we want to set the

Re: [SSSD] [PATCH] fix internal consistency check

2009-11-24 Thread Simo Sorce
On Tue, 2009-11-24 at 09:04 +0100, Sumit Bose wrote: On Mon, Nov 23, 2009 at 05:21:37PM -0500, Simo Sorce wrote: We used to do this via a preprocessor macro so the build would fail but since we changed the original code to use enums instead this is not possible anymore. Turn it into a

[SSSD] [PATCH] Fix an internal error when cache_credentials=FALSE

2009-11-24 Thread Sumit Bose
Hi, when cache_credentials=FALSE Kerberos authentication always failed. This patch should fix it and solve #292. bye, Sumit From 282dc304bda785e860906523fd52c52f587c8074 Mon Sep 17 00:00:00 2001 From: Sumit Bose sb...@redhat.com Date: Tue, 24 Nov 2009 17:27:00 +0100 Subject: [PATCH] Fix an

Re: [SSSD] [PATCH] Use ldb modules from build root for tests

2009-11-24 Thread Simo Sorce
On Tue, 2009-11-24 at 16:13 +0100, Sumit Bose wrote: Hi, when running 'make check' on a system where the ldb memberof plugin is not installed, e.g. every build system where sssd is not installed but just build, the sysdb test fails in the ASQ test. This patch changes the ldb module path if

Re: [SSSD] [PATCH] fix internal consistency check

2009-11-24 Thread Sumit Bose
On Tue, Nov 24, 2009 at 11:23:10AM -0500, Simo Sorce wrote: On Tue, 2009-11-24 at 09:04 +0100, Sumit Bose wrote: On Mon, Nov 23, 2009 at 05:21:37PM -0500, Simo Sorce wrote: We used to do this via a preprocessor macro so the build would fail but since we changed the original code to use

Re: [SSSD] [PATCH] Prime the Kerberos ccache in a separate process

2009-11-24 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/24/2009 12:22 PM, Jakub Hrozek wrote: On 11/24/2009 04:58 PM, Jakub Hrozek wrote: [PATCH 1/2] Split helpers for child processes Moves several functions out of providers/krb5 hierarchy into a separate module so it can be shared by the ldap

[SSSD] [PATCH] Make ldb lib dir configurable

2009-11-24 Thread Sumit Bose
Hi, this patch makes it possible to configure the place where the ldb modules shall be stored. The command line option has the highest priority, if not given pkg-config is queried. If everything fails we fall back to ${libdir}/ldb. bye, Sumit From f7678da7408c696a09142a407120031105360b7a Mon Sep