Re: [SSSD] [PATCH] BUILD: Build shared components as an internal shared library

2013-02-28 Thread Simo Sorce
On Thu, 2013-02-28 at 20:01 +0100, Jakub Hrozek wrote: > On Fri, Feb 22, 2013 at 04:05:42PM +0100, Stephen Gallagher wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > There is a large amount of duplicated code being linked into multiple > > SSSD binaries. Instead of statically l

Re: [SSSD] [PATCH] BUILD: Build shared components as an internal shared library

2013-02-28 Thread Jakub Hrozek
On Fri, Feb 22, 2013 at 04:05:42PM +0100, Stephen Gallagher wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > There is a large amount of duplicated code being linked into multiple > SSSD binaries. Instead of statically linking this code throughout the > SSSD, we should instead create pr

Re: [SSSD] [PATCH 0/4] [REBASE-1] Introduce SSSD specific error values.

2013-02-28 Thread Simo Sorce
On Thu, 2013-02-28 at 10:29 -0500, Stephen Gallagher wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/12/2013 03:29 PM, Simo Sorce wrote: > > Rebased on master, this patchset depends on the 2 patch krb-child > > refactor patchset. > > > > Simo. > > > > Simo Sorce (4): Add SSSD

Re: [SSSD] [PATCH 0/4] [REBASE-1] Introduce SSSD specific error values.

2013-02-28 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/12/2013 03:29 PM, Simo Sorce wrote: > Rebased on master, this patchset depends on the 2 patch krb-child > refactor patchset. > > Simo. > > Simo Sorce (4): Add SSSD specific error codes and definitions Use > SSSD specific errors for offline auth

Re: [SSSD] How to obtain a renewable ticket from IPA when login to an IPA client?

2013-02-28 Thread Simo Sorce
On Thu, 2013-02-28 at 09:43 -0500, Qing Chang wrote: > other than using kinit -r afterwards, how can sssd/pam be configured to > invoke kinit -r > at login? > > Before migrated to IPA, I install kstart for kerberos clients and run krenew > -K 60 to have > krenew checking every 60 minutes in the

[SSSD] How to obtain a renewable ticket from IPA when login to an IPA client?

2013-02-28 Thread Qing Chang
other than using kinit -r afterwards, how can sssd/pam be configured to invoke kinit -r at login? Before migrated to IPA, I install kstart for kerberos clients and run krenew -K 60 to have krenew checking every 60 minutes in the background to extend ticket when due to expire. It does not work

[SSSD] [PATCH] Don't treat 0 as default for pam_pwd_expiration warning

2013-02-28 Thread Jakub Hrozek
There was another bug in pam_pwd_expiration warning. If it was set to 0 which means "always display whatever server sends", the condition wouldn't hit and effectivelly the option would be set to -1 (=use provider default). >From d01880b98628812374219be7294b9a71a3b825ff Mon Sep 17 00:00:00 2001 From

Re: [SSSD] [PATCH 0/2] [REBASE-3] Refactor krb5_child code

2013-02-28 Thread Jakub Hrozek
On Thu, Feb 28, 2013 at 12:50:50PM +0100, Jakub Hrozek wrote: > On Wed, Feb 27, 2013 at 09:50:22AM -0500, Simo Sorce wrote: > > On Wed, 2013-02-27 at 09:13 -0500, Simo Sorce wrote: > > > On Wed, 2013-02-27 at 11:24 +0100, Jakub Hrozek wrote: > > > > On Mon, Jan 14, 2013 at 11:33:46AM +0100, Pavel B

Re: [SSSD] [PATCH 0/2] [REBASE-3] Refactor krb5_child code

2013-02-28 Thread Jakub Hrozek
On Wed, Feb 27, 2013 at 09:50:22AM -0500, Simo Sorce wrote: > On Wed, 2013-02-27 at 09:13 -0500, Simo Sorce wrote: > > On Wed, 2013-02-27 at 11:24 +0100, Jakub Hrozek wrote: > > > On Mon, Jan 14, 2013 at 11:33:46AM +0100, Pavel Březina wrote: > > > > On 01/12/2013 09:27 PM, Simo Sorce wrote: > > >

Re: [SSSD] [PATCH] Fixed typo

2013-02-28 Thread Sumit Bose
On Thu, Feb 28, 2013 at 10:46:10AM +0100, Jakub Hrozek wrote: > On Thu, Feb 28, 2013 at 09:36:13AM +0100, Sumit Bose wrote: > > On Wed, Feb 27, 2013 at 09:51:16PM +0100, Thorsten Scherf wrote: > > > > > > > Hi Thorsten, > > > > thank you for the patch and bringing the attention to the *.doxy.in

Re: [SSSD] [PATCH] Fixed typo

2013-02-28 Thread Jakub Hrozek
On Thu, Feb 28, 2013 at 09:36:13AM +0100, Sumit Bose wrote: > On Wed, Feb 27, 2013 at 09:51:16PM +0100, Thorsten Scherf wrote: > > > > Hi Thorsten, > > thank you for the patch and bringing the attention to the *.doxy.in > files. Those files are autogenerated by doxygen where this typo and > othe

Re: [SSSD] SSSD Test Suite Coverage

2013-02-28 Thread Jakub Hrozek
On Thu, Feb 28, 2013 at 01:17:41AM +0530, Abhishek Singh wrote: > Hi All, > > This is Abhishek Kumar Singh. I want to apply for Gsoc this year. I have > sound Knowledge of C, C++, Python, bash script, pytest, unit testing > framework, code coverage. Currently am learning cmocka unit testing > > I

Re: [SSSD] [PATCH] Fixed typo

2013-02-28 Thread Sumit Bose
On Wed, Feb 27, 2013 at 09:51:16PM +0100, Thorsten Scherf wrote: > Hi Thorsten, thank you for the patch and bringing the attention to the *.doxy.in files. Those files are autogenerated by doxygen where this typo and others are already fixed upstream. Instead of fixing the typos individually I wo