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

/sssd-io/src/providers/ad/
H A Dad_gpo.c1066 * the cse-specific filename), and returns the policy_setting_value
1077 const char *policy_setting_value; local
1092 policy_setting_value = ini_get_string_config_value(vobj, &ret);
1100 if (policy_setting_value[0]) {
1101 *_policy_setting_value = talloc_strdup(mem_ctx, policy_setting_value);
1437 * This function retrieves the raw policy_setting_value for the input key from

Completed in 25 milliseconds