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

/sssd/src/providers/ad/
H A Dad_gpo.c932 * This function determines whether the input cse_guid matches any of the input
936 ad_gpo_includes_cse_guid(const char *cse_guid, argument
945 if (strcmp(gpo_cse_guid, cse_guid) == 0) {
955 * that does not contain the input cse_guid, and assigns the result to the
960 const char *cse_guid,
995 included = ad_gpo_includes_cse_guid(cse_guid,
1001 "GPO applicable to target per cse_guid filtering\n");
1008 "GPO not applicable to target per cse_guid filtering\n");
2155 /* no gpos contain "SecuritySettings" cse_guid, nothing to enforce */
2157 "no applicable gpos found after cse_guid filterin
959 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
3396 char *cse_guid; local
[all...]

Completed in 21 milliseconds