Searched refs:cse_guid (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/providers/ad/
H A Dad_gpo.c943 * This function determines whether the input cse_guid matches any of the input
947 ad_gpo_includes_cse_guid(const char *cse_guid, argument
956 if (strcmp(gpo_cse_guid, cse_guid) == 0) {
966 * that does not contain the input cse_guid, and assigns the result to the
971 const char *cse_guid,
1006 included = ad_gpo_includes_cse_guid(cse_guid,
1012 "GPO applicable to target per cse_guid filtering\n");
1019 "GPO not applicable to target per cse_guid filtering\n");
2173 /* no gpos contain "SecuritySettings" cse_guid, nothing to enforce */
2175 "no applicable gpos found after cse_guid filterin
970 ad_gpo_filter_gpos_by_cse_guid(TALLOC_CTX *mem_ctx, const char *cse_guid, struct gp_gpo **dacl_filtered_gpos, int num_dacl_filtered_gpos, struct gp_gpo ***_cse_filtered_gpos, int *_num_cse_filtered_gpos) argument
3444 char *cse_guid; local
[all...]

Completed in 12 milliseconds