Lines Matching defs:user_sid

544  * the user_sid, group_sids, and group_size in their respective output params.
564 const char *user_sid = NULL;
574 /* first result from sysdb_initgroups is user_sid; rest are group_sids */
590 user_sid = ldb_msg_find_attr_as_string(res->msgs[0], SYSDB_SID_STR, NULL);
621 *_user_sid = talloc_steal(mem_ctx, user_sid);
634 ad_gpo_ace_includes_client_sid(const char *user_sid,
647 err = sss_idmap_sid_to_smb_sid(idmap_ctx, user_sid, &user_dom_sid);
681 * user_sid and group_sids against the specified access control entry (ACE).
708 const char *user_sid,
722 ret = ad_gpo_ace_includes_client_sid(user_sid, group_sids, group_size,
761 * user_sid and group_sids against each access control entry (ACE) in the DACL.
766 const char *user_sid,
791 ace_status = ad_gpo_evaluate_ace(ace, idmap_ctx, user_sid,
832 const char *user_sid = NULL;
845 ret = ad_gpo_get_sids(tmp_ctx, user, domain, &user_sid,
899 ret = ad_gpo_evaluate_dacl(dacl, idmap_ctx, user_sid, group_sids,
1027 * based on whether the input user_sid or any of the input group_sids appear
1033 const char *user_sid,
1040 if (strcmp(user_sid, privilege_sids[i]) == 0) {
1305 * (i.e. user_sid or group_sids) appear in allowed_sids and denied_sids.
1332 const char *user_sid;
1353 ret = ad_gpo_get_sids(mem_ctx, user, domain, &user_sid,
1363 DEBUG(SSSDBG_TRACE_FUNC, " user_sid = %s\n", user_sid);
1373 access_granted = check_rights(allowed_sids, allowed_size, user_sid,
1381 access_denied = check_rights(denied_sids, denied_size, user_sid,
1488 * algorithm which compares the allow_sids and deny_sids against the user_sid
2322 * with the user_sid/group_sids of interest.