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

/sssd-io/src/providers/ad/
H A Dad_gpo.c3168 const char **unenforced_gpo_dns = NULL; local
3219 unenforced_gpo_dns = talloc_array(tmp_ctx, const char *, num_unenforced + 1);
3220 if (unenforced_gpo_dns == NULL) {
3247 unenforced_gpo_dns[unenforced_idx] =
3248 talloc_steal(unenforced_gpo_dns, gp_gplink->gpo_dn);
3250 if (unenforced_gpo_dns[unenforced_idx] == NULL) {
3261 unenforced_gpo_dns[num_unenforced] = NULL;
3280 talloc_steal(candidate_gpos[gpo_dn_idx], unenforced_gpo_dns[i]);

Completed in 183 milliseconds