Searched defs:orig_primary_gid (Results 1 - 1 of 1) sorted by relevance

/sssd/src/responder/nss/
H A Dnsssrv_cmd.c3999 gid_t orig_primary_gid; local
4016 orig_primary_gid = sss_view_ldb_msg_find_attr_as_uint64(dom, res->msgs[0],
4022 if (orig_primary_gid != 0) {
4026 if (orig_primary_gid == gid) {
4027 orig_primary_gid = 0;
4056 if (orig_primary_gid == gid) {
4057 orig_primary_gid = 0;
4061 if (orig_primary_gid != 0) {
4062 SAFEALIGN_COPY_UINT32(body + bindex, &orig_primary_gid, &bindex);

Completed in 25 milliseconds