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

/sssd/src/providers/ad/
H A Dad_gpo.c764 static errno_t ad_gpo_evaluate_dacl(struct security_acl *dacl, argument
776 num_aces = dacl->num_aces;
788 for (i = 0; i < dacl->num_aces; i ++) {
789 ace = &dacl->aces[i];
831 struct security_acl *dacl = NULL; local
868 dacl = candidate_gpo->gpo_sd->dacl;
870 DEBUG(SSSDBG_TRACE_ALL, "examining dacl candidate_gpo_guid:%s\n",
893 if ((!(sd->type & SEC_DESC_DACL_PRESENT)) || (dacl == NULL)) {
899 ret = ad_gpo_evaluate_dacl(dacl, idmap_ct
[all...]

Completed in 19 milliseconds