Re: [SSSD] [PATCH] Add callback when the ID provider switches from offline to online

2010-04-29 Thread Sumit Bose
On Wed, Apr 28, 2010 at 03:26:29PM -0400, Stephen Gallagher wrote: On 04/28/2010 02:57 PM, Stephen Gallagher wrote: Simo made some excellent suggestions on IRC, so I have incorporated them: First, I changed the interface for be_add_online_cb() so that it will now take a mem_ctx and pass back

[SSSD] [PATCH] Add support for delayed kinit if offline (sssd-1-2 only)

2010-04-29 Thread Sumit Bose
Hi, this patch should fix #305 'The kerberos provider should automatically kinit users when it goes online'. This patch depends on: - 'Split pam_data utilities into a separate file' - 'Add callback when the ID provider switches from offline to online' This version only applies to sssd-1-2, I

[SSSD] failover reconnections

2010-04-29 Thread Simo Sorce
Hi Eugene, I decided to start a new thread to discuss so that we can close the previous parenthesis and concentrate on the problem at hand. On Mon, 19 Apr 2010 15:19:22 +0400 Eugene Indenbom einden...@gmail.com wrote: So now we are ready to continue with fixing failover reconnect and GSSAPI

Re: [SSSD] [PATCH] Support SRV servers in failover

2010-04-29 Thread David O'Brien
Jakub Hrozek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 snip [PATCH 2/2] Support SRV servers in failover Adds a new failover API call fo_add_srv_server that allows the caller to specify a server that is later resolved into a list of specific servers using SRV requests. This