[SSSD] [PATCH] check if gid attribute is empty

2009-08-28 Thread Sumit Bose
Hi, this patch just makes sure that the LDAP backend does not die if the group object returned by the LDAP server does not contain a gid. In a previous patch I have sent the same fix for uid/gid in a returned user object, but have forgotten the group object. bye, Sumit From

Re: [SSSD] [PATCH] check if gid attribute is empty

2009-08-28 Thread Simo Sorce
On Fri, 2009-08-28 at 11:49 +0200, Sumit Bose wrote: this patch just makes sure that the LDAP backend does not die if the group object returned by the LDAP server does not contain a gid. In a previous patch I have sent the same fix for uid/gid in a returned user object, but have forgotten the