90
90
qword_printint(f, cred->cr_uid);
91
91
qword_printint(f, cred->cr_gid);
92
92
qword_printint(f, cred->cr_ngroups);
93
printerr(2, "mech: %s, hndl len: %d, ctx len %d, timeout: %d, "
94
"uid: %d, gid: %d, num aux grps: %d:\n",
95
fname, out_handle->length, context_token->length, 0x7fffffff,
94
98
qword_printint(f, cred->cr_groups[i]);
99
printerr(2, " (%4d) %d\n", i+1, cred->cr_groups[i]);
96
102
qword_printhex(f, context_token->value, context_token->length);