Searched defs:allowed_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.
1327 * appears in allowed_sids OR if the allowed_sids list is empty
1332 * settings is unaffected by them (b/c absence of allowed_sids grants access).
1334 * Note that if a principal_sid appears in both allowed_sids and denied_sids,
1344 char **allowed_sids,
1362 DEBUG(SSSDBG_TRACE_FUNC, "allowed_sids[%d] = %s\n", j, allowed_sids[j]);
1390 access_granted = check_rights(allowed_sids, allowed_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 252 milliseconds