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

/sssd-io/src/providers/ad/
H A Dad_gpo.c1322 * (i.e. user_sid or group_sids) appear in allowed_sids and denied_sids.
1329 * appear in denied_sids
1334 * Note that if a principal_sid appears in both allowed_sids and denied_sids,
1346 char **denied_sids,
1367 DEBUG(SSSDBG_TRACE_FUNC, " denied_sids[%d] = %s\n", j, denied_sids[j]);
1398 access_denied = check_rights(denied_sids, denied_size, user_sid,
1339 ad_gpo_access_check(TALLOC_CTX *mem_ctx, enum gpo_access_control_mode gpo_mode, enum gpo_map_type gpo_map_type, const char *user, struct sss_domain_info *domain, char **allowed_sids, int allowed_size, char **denied_sids, int denied_size) argument

Completed in 2639 milliseconds