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

/sssd/src/providers/ad/
H A Dad_gpo.c2533 * This function populates the _gplink_list output parameter by parsing the
2544 * the _gplink_list. If the allow_enforced_only input is true, AND a GPO DN is
2549 * _gplink_list[0]: {GPO DN: "OU=Sales,DC=FOO,DC=COM", enforced: FALSE}
2550 * _gplink_list[1]: {GPO DN: "DC=FOO,DC=COM", enforced: TRUE}
2556 struct gp_gplink ***_gplink_list,
2575 _gplink_list == NULL) {
2680 *_gplink_list = talloc_steal(mem_ctx, gplink_list);
2553 ad_gpo_populate_gplink_list(TALLOC_CTX *mem_ctx, const char *som_dn, char *raw_gplink_value, struct gp_gplink ***_gplink_list, bool allow_enforced_only) argument

Completed in 232 milliseconds