svn commit: samba r21189 - in branches/SAMBA_3_0_25/source/nsswitch: .

jerry at samba.org jerry at samba.org
Tue Feb 6 21:04:20 GMT 2007


Author: jerry
Date: 2007-02-06 21:04:20 +0000 (Tue, 06 Feb 2007)
New Revision: 21189

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21189

Log:
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:00:51 UTC (rev 21188)
+++ branches/SAMBA_3_0_25/source/nsswitch/winbindd_cache.c	2007-02-06 21:04:20 UTC (rev 21189)
@@ -827,6 +827,7 @@
 	centry_put_string(centry, info->full_name);
 	centry_put_string(centry, info->homedir);
 	centry_put_string(centry, info->shell);
+	centry_put_uint32(centry, info->primary_gid);
 	centry_put_sid(centry, &info->user_sid);
 	centry_put_sid(centry, &info->group_sid);
 	centry_end(centry, "U/%s", sid_to_string(sid_string, &info->user_sid));



More information about the samba-cvs mailing list