[SSSD] [PATCH] Send a message to the user if the login is delayed

2010-02-08 Thread Sumit Bose
Hi, if the option offline_failed_login_delay is set the authentication is denied for the specified number of minutes if the user the given a wrong password for offline_failed_login_attempts times. This patch sends a message to the user telling him when a new authentication will be accepted. bye,

[SSSD] [PATCH] Fix handling of the global context in the leak detector

2010-02-08 Thread Sumit Bose
Hi, this patch fixes the handling of the global context in the leak test routine of some unit tests. Now it is initialize only once. bye, Sumit From 0cc6afa7dd30d7eec063639721fe45f2caac822b Mon Sep 17 00:00:00 2001 From: Sumit Bose sb...@redhat.com Date: Fri, 5 Feb 2010 13:02:32 +0100 Subject:

Re: [SSSD] [PATCH] Fix handling of the global context in the leak detector

2010-02-08 Thread Martin Nagy
On Mon, 2010-02-08 at 11:58 +0100, Sumit Bose wrote: Hi, this patch fixes the handling of the global context in the leak test routine of some unit tests. Now it is initialize only once. bye, Sumit ACK Nice work, thanks :) Martin ___

[SSSD] [PATCH] Make return values more specific during password change

2010-02-08 Thread Sumit Bose
Hi, with this patch a user should get a better hint what went wrong if a password change operation failed. bye, Sumit From 2addacf0378e3083e6e5b2fd80fdc5e90877a201 Mon Sep 17 00:00:00 2001 From: Sumit Bose sb...@redhat.com Date: Mon, 8 Feb 2010 11:53:43 +0100 Subject: [PATCH] Make return values

Re: [SSSD] [PATCH] Send a message to the user if the login is delayed

2010-02-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/08/2010 04:16 AM, Sumit Bose wrote: Hi, if the option offline_failed_login_delay is set the authentication is denied for the specified number of minutes if the user the given a wrong password for offline_failed_login_attempts times. This

Re: [SSSD] [PATCH] Make return values more specific during password change

2010-02-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/08/2010 08:56 AM, Sumit Bose wrote: Hi, with this patch a user should get a better hint what went wrong if a password change operation failed. Nack (minor nitpicks): DEBUG(1, (Failed to setup offline auth)); Missing '\n' DEBUG(5,

Re: [SSSD] [Transifex] File submitted via email to SSSD | master

2010-02-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/05/2010 07:04 PM, ad...@transifex.net wrote: Hello sssd, this is Transifex at http://www.transifex.net. The following attached files were submitted to SSSD | master by raven piotrd...@gmail.com Please, visit Transifex at

[SSSD] [PATCH] Few misc minor man page bugs

2010-02-08 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * sssd.conf * sbus_timeout was used in an example but explained nowhere * enum_cache_timeout unit was not defined * same for entry_cache_timeout * store_legacy_passwords option does not exist anymore * better example than

[SSSD] [PATCH] sss_groupshow improvements

2010-02-08 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch fixes the following issues: * man page issues (#395) * show info on MPGs (#396) * recursively print indirect members (#397) * the list of groupnames is comma separated (#398) * output inconsistencies (#399) -BEGIN