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

/sssd/src/providers/ad/
H A Dad_gpo.c3120 const char **unenforced_gpo_dns = NULL; local
3171 unenforced_gpo_dns = talloc_array(tmp_ctx, const char *, num_unenforced + 1);
3172 if (unenforced_gpo_dns == NULL) {
3199 unenforced_gpo_dns[unenforced_idx] =
3200 talloc_steal(unenforced_gpo_dns, gp_gplink->gpo_dn);
3202 if (unenforced_gpo_dns[unenforced_idx] == NULL) {
3213 unenforced_gpo_dns[num_unenforced] = NULL;
3232 talloc_steal(candidate_gpos[gpo_dn_idx], unenforced_gpo_dns[i]);

Completed in 198 milliseconds