Displaying 1 result from an estimated 1 matches for "u_rid".
Did you mean:
u_id
2005 Aug 10
0
[GOLUM] RE: pdbedit not working as documented
...ne 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) != 1) {
> ??????????????????????????????fprintf(stderr, "Error passed string is not
> a complete user SID or RID!\n");
> ??????????????????????????????return -1;
> ????????...