winbindd_group.c doesn't compile on Tru64 4.0 due to the use of uint32_t type around line 1250. This looks like a typo since it does not seem to be used anywhere else (uint32 is). The following patch fixes the problem : *** winbindd_group.c.orig Fri Feb 25 18:59:30 2005 --- winbindd_group.c Tue Mar 22 14:33:57 2005 *************** *** 1246,1252 **** * domain also asks for this info. -- vl */ if (!IS_DC) { ! uint32_t *alias_rids = NULL; int num_aliases; /* We need to include the user SID to expand */ --- 1246,1252 ---- * domain also asks for this info. -- vl */ if (!IS_DC) { ! uint32 *alias_rids = NULL; int num_aliases; /* We need to include the user SID to expand */
Thanks. Fixed.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.