Displaying 1 result from an estimated 1 matches for "u_sid".
Did you mean:
u_id
2005 Aug 10
0
[GOLUM] RE: pdbedit not working as documented
...olum.org
> Subject: [GOLUM] RE: [Samba] pdbedit not working as documented
>
> Am I building user_sid internally every time?
> We seem to ignore -U argument to pdbedit.
> At line 475 of samba-3.0.14a/source/utils/pdbedit.c;
>
> ??????if (user_sid) {
> ??????????????DOM_SID u_sid;
> ??????????????if (!string_to_sid(&u_sid, user_sid)) {
> ??????????????????????/* not a complete sid, may be a RID, try building a
> SID */
> ??????????????????????int u_rid;
> ??????????????????????
> ??????????????????????if (sscanf(user_sid, "%d", &u_rid) !=...