Re: [SSSD] [PATCH] Create kdcinfo and kpasswdinfo file at startup

2010-05-10 Thread Stephen Gallagher
On 05/07/2010 11:45 AM, Stephen Gallagher wrote: > > Ack. Attaching a version that applies cleanly atop my complementary > patch to remove these files when SSSD isn't running. > Pushed to master and sssd-1-2. -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ra

Re: [SSSD] [PATCH] Create kdcinfo and kpasswdinfo file at startup

2010-05-10 Thread Stephen Gallagher
On 05/10/2010 06:56 AM, Sumit Bose wrote: > On Sun, May 09, 2010 at 02:56:07PM -0400, Simo Sorce wrote: >> On Fri, 7 May 2010 17:23:57 +0200 >> Sumit Bose wrote: >> >>> On Fri, May 07, 2010 at 11:00:34AM -0400, Stephen Gallagher wrote: On 05/07/2010 09:34 AM, Sumit Bose wrote: > Hi, >

Re: [SSSD] [PATCH] Create kdcinfo and kpasswdinfo file at startup

2010-05-10 Thread Sumit Bose
On Sun, May 09, 2010 at 02:56:07PM -0400, Simo Sorce wrote: > On Fri, 7 May 2010 17:23:57 +0200 > Sumit Bose wrote: > > > On Fri, May 07, 2010 at 11:00:34AM -0400, Stephen Gallagher wrote: > > > On 05/07/2010 09:34 AM, Sumit Bose wrote: > > > > Hi, > > > > > > > > this patch should solve #470 b

Re: [SSSD] [PATCH] Create kdcinfo and kpasswdinfo file at startup

2010-05-09 Thread Simo Sorce
On Fri, 7 May 2010 17:23:57 +0200 Sumit Bose wrote: > On Fri, May 07, 2010 at 11:00:34AM -0400, Stephen Gallagher wrote: > > On 05/07/2010 09:34 AM, Sumit Bose wrote: > > > Hi, > > > > > > this patch should solve #470 by calling be_resolve_server_send() > > > during startup. > > > > > > > >

Re: [SSSD] [PATCH] Create kdcinfo and kpasswdinfo file at startup

2010-05-07 Thread Stephen Gallagher
On 05/07/2010 11:23 AM, Sumit Bose wrote: On Fri, May 07, 2010 at 11:00:34AM -0400, Stephen Gallagher wrote: On 05/07/2010 09:34 AM, Sumit Bose wrote: Hi, this patch should solve #470 by calling be_resolve_server_send() during startup. Nack. As discussed off-list, we need to write a kdcinf

Re: [SSSD] [PATCH] Create kdcinfo and kpasswdinfo file at startup

2010-05-07 Thread Sumit Bose
On Fri, May 07, 2010 at 11:00:34AM -0400, Stephen Gallagher wrote: > On 05/07/2010 09:34 AM, Sumit Bose wrote: > > Hi, > > > > this patch should solve #470 by calling be_resolve_server_send() during > > startup. > > > > > Nack. As discussed off-list, we need to write a kdcinfo even when we're >

Re: [SSSD] [PATCH] Create kdcinfo and kpasswdinfo file at startup

2010-05-07 Thread Stephen Gallagher
On 05/07/2010 09:34 AM, Sumit Bose wrote: > Hi, > > this patch should solve #470 by calling be_resolve_server_send() during > startup. > Nack. As discussed off-list, we need to write a kdcinfo even when we're offline at startup, so that services trying to get service tickets will receive "Canno

[SSSD] [PATCH] Create kdcinfo and kpasswdinfo file at startup

2010-05-07 Thread Sumit Bose
Hi, this patch should solve #470 by calling be_resolve_server_send() during startup. bye, Sumit From 0a61519bcb149b81d932c6f188d8c67be257d658 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 7 May 2010 15:28:21 +0200 Subject: [PATCH] Create kdcinfo and kpasswdinfo file at startup --- src/p