Re: [Samba] Re: Winbind: login cannot find name for group ID XXXXXONLY RedHat 8

2003-02-18 Thread David Boynton
We were right. I posted the bug on Bugzilla and RedHat's solution was to upgrade glibc to the one distributed with rawhide. Version 2.3.1-46. This fixed the problem. Dave On Friday 14 February 2003 09:20 am, Chris de Vidal wrote: --- David Boynton [EMAIL PROTECTED] wrote: Short version:

Re: [Samba] Re: Winbind: login cannot find name for group ID XXXXXONLY RedHat 8

2003-02-14 Thread David Boynton
Well I finally had time to look at this and I think I found the problem. When glibc passes a buffer to winbind to hold the group membership the buffer is too small. fill_grent() in libnss_winbind rightfully returns NSS_TRYAGAIN and sets errno to ERANGE. This *should* make glibc realloc the