Author: jerry Date: 2007-02-06 21:04:43 +0000 (Tue, 06 Feb 2007) New Revision: 21190
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21190 Log: one more place: include the primary gid (left out of last commit) Modified: branches/SAMBA_3_0_25/source/nsswitch/winbindd_cache.c Changeset: Modified: branches/SAMBA_3_0_25/source/nsswitch/winbindd_cache.c =================================================================== --- branches/SAMBA_3_0_25/source/nsswitch/winbindd_cache.c 2007-02-06 21:04:20 UTC (rev 21189) +++ branches/SAMBA_3_0_25/source/nsswitch/winbindd_cache.c 2007-02-06 21:04:43 UTC (rev 21190) @@ -1590,6 +1590,7 @@ info->full_name = centry_string(centry, mem_ctx); info->homedir = centry_string(centry, mem_ctx); info->shell = centry_string(centry, mem_ctx); + info->primary_gid = centry_uint32(centry); centry_sid(centry, mem_ctx, &info->user_sid); centry_sid(centry, mem_ctx, &info->group_sid); status = centry->status;