Re: [SSSD] [PATCH] Send debug messages to logfile

2009-09-24 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/23/2009 07:16 PM, Jakub Hrozek wrote: Introduces a new option --debug-to-files which makes SSSD output its debug information to a file instead of stderr, which is still the default. Also introduces a new confdb option debug_to_files which

Re: [SSSD] [PATCH] Send debug messages to logfile

2009-09-24 Thread Sumit Bose
On Thu, Sep 24, 2009 at 11:56:00AM +0200, Jakub Hrozek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/23/2009 07:16 PM, Jakub Hrozek wrote: Introduces a new option --debug-to-files which makes SSSD output its debug information to a file instead of stderr, which is still the

[SSSD] [PATCH] declare hostip only in debug mode

2009-09-24 Thread Sumit Bose
Hi, this patch suppresses a compiler warning when KRB5_PLUGIN_DEBUG is not set, which is the common case. bye, Sumit From bc6076e2cf15cfe63afee133921063a12a611eec Mon Sep 17 00:00:00 2001 From: Sumit Bose sb...@redhat.com Date: Thu, 24 Sep 2009 14:28:33 +0200 Subject: [PATCH] declare hostip only

[SSSD] [PATCH] Temporarily disable automatic config file reread

2009-09-24 Thread Stephen Gallagher
The backends do not honor the reloadConfig SBUS message right now, so if an admin changes the sssd.conf file, it will update only the monitor, potentially leaving the SSSD as a whole in a bad state. This patch will simply comment out monitor_config_file() for the time being until

Re: [SSSD] [PATCH] declare hostip only in debug mode

2009-09-24 Thread Sumit Bose
On Thu, Sep 24, 2009 at 09:09:04AM -0400, Simo Sorce wrote: On Thu, 2009-09-24 at 14:39 +0200, Sumit Bose wrote: Hi, this patch suppresses a compiler warning when KRB5_PLUGIN_DEBUG is not set, which is the common case. Sumit, would it be possible to use an env variable to control

[SSSD] fixing ping probe when suspending computers

2009-09-24 Thread Simo Sorce
When a laptop is suspended the clock may be jumping hours, with this patch now we explicitly count failure to pong back, so that at most we may loose one ping due to time jumping and not kill the children right away. Simo. 0001-Handle-suspend-cases.patch Description: application/mbox

Re: [SSSD] fixing ping probe when suspending computers

2009-09-24 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/24/2009 09:48 AM, Simo Sorce wrote: When a laptop is suspended the clock may be jumping hours, with this patch now we explicitly count failure to pong back, so that at most we may loose one ping due to time jumping and not kill the children

[SSSD] [PATCH] toggle debug output of sssd_krb5_locator_plugin with an environment variable [was: [PATCH] declare hostip only in debug mode]

2009-09-24 Thread Sumit Bose
On Thu, Sep 24, 2009 at 03:21:49PM +0200, Sumit Bose wrote: On Thu, Sep 24, 2009 at 09:09:04AM -0400, Simo Sorce wrote: On Thu, 2009-09-24 at 14:39 +0200, Sumit Bose wrote: Hi, this patch suppresses a compiler warning when KRB5_PLUGIN_DEBUG is not set, which is the common case.

Re: [SSSD] [PATCH] added support for older MIT kerberos versions

2009-09-24 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/24/2009 02:32 PM, Sumit Bose wrote: Hi, this patch make the creation of the Kerberos locator plugin optional and adds support for older versions of MIT Kerberos (and older version of libdbus, too). It also has the promised man page.

Re: [SSSD] fixing ping probe when suspending computers

2009-09-24 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/24/2009 09:50 AM, Stephen Gallagher wrote: On 09/24/2009 09:48 AM, Simo Sorce wrote: When a laptop is suspended the clock may be jumping hours, with this patch now we explicitly count failure to pong back, so that at most we may loose one

Re: [SSSD] [PATCH] added support for older MIT kerberos versions

2009-09-24 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/24/2009 04:17 PM, Stephen Gallagher wrote: On 09/24/2009 02:32 PM, Sumit Bose wrote: Hi, this patch make the creation of the Kerberos locator plugin optional and adds support for older versions of MIT Kerberos (and older version of