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

2010-02-09 Thread Sumit Bose
On Mon, Feb 08, 2010 at 02:45:21PM -0500, Stephen Gallagher wrote: -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

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-09 Thread Sumit Bose
On Mon, Feb 08, 2010 at 09:01:29PM +0100, Jakub Hrozek wrote: -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

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

2010-02-09 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/08/2010 03:01 PM, Jakub Hrozek wrote: * 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

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

2010-02-09 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2010 05:53 AM, Sumit Bose wrote: On Mon, Feb 08, 2010 at 02:45:21PM -0500, Stephen Gallagher wrote: 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

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

2010-02-09 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2010 01:18 PM, Stephen Gallagher wrote: Minor nack In the new LDAP example, please use ldap_search_base instead of the separate user and group bases. It's probably best to keep the example simple. OK, a new patch is attached.

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-09 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2010 12:20 PM, Sumit Bose wrote: On Mon, Feb 08, 2010 at 09:01:29PM +0100, Jakub Hrozek wrote: This patch fixes the following issues: * man page issues (#395) * show info on MPGs (#396) * recursively print indirect members

[SSSD] [PATCHES][ELAPI] Patches to complete repo split

2010-02-09 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The ELAPI has been split into a new repository at git://git.fedorahosted.org/git/ELAPI.git This was done using 'git filter-branch' to pull the common/elapi directory from the SSSD repository into the root of the new repository directory. These two

Re: [SSSD] [PATCHES][ELAPI] Patches to complete repo split

2010-02-09 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2010 10:36 AM, Stephen Gallagher wrote: The ELAPI has been split into a new repository at git://git.fedorahosted.org/git/ELAPI.git This was done using 'git filter-branch' to pull the common/elapi directory from the SSSD repository into

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-09 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2010 02:08 PM, Jakub Hrozek wrote: Although I did not manage to reproduce the segfault, the backtrace looked like an uninitialized nmembers variable..new patch is attached. Several other improvements related to the way we display info

[SSSD] [PATCH] Fix other memory alignment issues

2010-02-09 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Similar to George McCollister's patch to the pam code, this patch fixes other places in the code where we forced data into 32-bit alignment. Fixes: #390 George was testing KRB authentication with this patch and confirmed[1] it was working for him on