Searched refs:earop (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/lsa/
H A Dear.c188 struct LsaEnumAccountRights earop; local
189 ZERO_STRUCT(earop);
191 earop.in.pol = lsa_pol;
193 earop.in.sid = &gsop.out.sids[i].sid;
195 if(!cac_LsaEnumAccountRights(hnd, mem_ctx, &earop)) {
201 for(j = 0; j < earop.out.num_privs; j++) {
202 printf(" %s\n", earop.out.priv_names[j]);

Completed in 98 milliseconds