[SSSD] [PATCHES] Two proxy provider issues

2011-06-15 Thread Sumit Bose
Hi, Kaushik found missleading error messages in the proxy provider if the user is not a member of any secondary groups. Currently we send back the errno value returned in the last argument of the external initgroups_dyn() which seems to be undefined if the call itself returns NSS_STATUS_SUCCESS.

Re: [SSSD] [PATCHES] Two proxy provider issues

2011-06-15 Thread Jakub Hrozek
On 06/15/2011 12:43 PM, Sumit Bose wrote: Hi, Kaushik found missleading error messages in the proxy provider if the user is not a member of any secondary groups. Currently we send back the errno value returned in the last argument of the external initgroups_dyn() which seems to be undefined

Re: [SSSD] [PATCHES] Two proxy provider issues

2011-06-15 Thread Stephen Gallagher
On Wed, 2011-06-15 at 14:44 +0200, Jakub Hrozek wrote: On 06/15/2011 12:43 PM, Sumit Bose wrote: Hi, Kaushik found missleading error messages in the proxy provider if the user is not a member of any secondary groups. Currently we send back the errno value returned in the last argument