Searched defs:_gplink_list (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/providers/ad/ |
H A D | ad_gpo.c | 2551 * This function populates the _gplink_list output parameter by parsing the 2562 * the _gplink_list. If the allow_enforced_only input is true, AND a GPO DN is 2567 * _gplink_list[0]: {GPO DN: "OU=Sales,DC=FOO,DC=COM", enforced: FALSE} 2568 * _gplink_list[1]: {GPO DN: "DC=FOO,DC=COM", enforced: TRUE} 2574 struct gp_gplink ***_gplink_list, 2593 _gplink_list == NULL) { 2698 *_gplink_list = talloc_steal(mem_ctx, gplink_list); 2571 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 371 milliseconds