Re: [SSSD] [PATCH] Clean up kdcinfo and kpasswdinfo files when exiting

2010-05-10 Thread Stephen Gallagher
On 05/05/2010 09:29 AM, Jakub Hrozek wrote: > > ACK Pushed to master and sssd-1-2. -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ ___ ss

Re: [SSSD] [PATCH] Clean up kdcinfo and kpasswdinfo files when exiting

2010-05-05 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/2010 02:18 PM, Stephen Gallagher wrote: > On 05/05/2010 03:40 AM, Jakub Hrozek wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 05/04/2010 11:44 PM, Jakub Hrozek wrote: >>> On 05/04/2010 10:54 PM, Stephen Gallagher wrote: >>

Re: [SSSD] [PATCH] Clean up kdcinfo and kpasswdinfo files when exiting

2010-05-05 Thread Stephen Gallagher
On 05/05/2010 03:40 AM, Jakub Hrozek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/04/2010 11:44 PM, Jakub Hrozek wrote: On 05/04/2010 10:54 PM, Stephen Gallagher wrote: https://fedorahosted.org/sssd/ticket/452 This patch adds a signal handler for SIGTERM that will remove the

Re: [SSSD] [PATCH] Clean up kdcinfo and kpasswdinfo files when exiting

2010-05-05 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/04/2010 11:44 PM, Jakub Hrozek wrote: > On 05/04/2010 10:54 PM, Stephen Gallagher wrote: >> https://fedorahosted.org/sssd/ticket/452 > > >> This patch adds a signal handler for SIGTERM that will remove the >> kdcinfo.REALM and kpasswd.REALM fil

Re: [SSSD] [PATCH] Clean up kdcinfo and kpasswdinfo files when exiting

2010-05-04 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/04/2010 10:54 PM, Stephen Gallagher wrote: > https://fedorahosted.org/sssd/ticket/452 > > > This patch adds a signal handler for SIGTERM that will remove the > kdcinfo.REALM and kpasswd.REALM files before exiting. I had to move the > definition

[SSSD] [PATCH] Clean up kdcinfo and kpasswdinfo files when exiting

2010-05-04 Thread Stephen Gallagher
https://fedorahosted.org/sssd/ticket/452 This patch adds a signal handler for SIGTERM that will remove the kdcinfo.REALM and kpasswd.REALM files before exiting. I had to move the definition of krb5_ctx into krb5_common.h so I could dereference it to get the realm name. I also made the sig_t