Displaying 1 result from an estimated 1 matches for "g_sid".
Did you mean:
g_id
2005 Aug 10
0
[GOLUM] RE: pdbedit not working as documented
...??}
> ??????????????????????sid_copy(&u_sid, get_global_sam_sid());
> ??????????????????????sid_append_rid(&u_sid, u_rid);
> ??????????????}
> ??????????????pdb_set_user_sid (sam_pwent, &u_sid, PDB_CHANGED);
> ??????}
> ??????if (group_sid) {
> ??????????????DOM_SID g_sid;
> ??????????????if (!string_to_sid(&g_sid, group_sid)) {
> ??????????????????????/* not a complete sid, may be a RID, try building a
> SID */
> ??????????????????????int g_rid;
> ??????????????????????
> ??????????????????????if (sscanf(group_sid, "%d", &g_rid)...