Lines Matching refs:dacl
765 static errno_t ad_gpo_evaluate_dacl(struct security_acl *dacl,
777 num_aces = dacl->num_aces;
789 for (i = 0; i < dacl->num_aces; i ++) {
790 ace = &dacl->aces[i];
832 struct security_acl *dacl = NULL;
869 DEBUG(SSSDBG_TRACE_ALL, "examining dacl candidate_gpo_guid:%s\n",
887 dacl = candidate_gpo->gpo_sd->dacl;
903 if ((!(sd->type & SEC_DESC_DACL_PRESENT)) || (dacl == NULL)) {
909 ret = ad_gpo_evaluate_dacl(dacl, idmap_ctx, user_sid, group_sids,
2129 "no applicable gpos found after dacl filtering\n");