Searched refs:conf_str (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/responder/common/ |
H A D | responder_utils.c | 43 const char **parse_attr_list_ex(TALLOC_CTX *mem_ctx, const char *conf_str, argument 63 if (conf_str) { 64 ret = split_on_separator(tmp_ctx, conf_str, ',', true, true, 68 "Cannot parse attribute ACL list %s: %d\n", conf_str, ret);
|
H A D | responder.h | 441 const char **parse_attr_list_ex(TALLOC_CTX *mem_ctx, const char *conf_str,
|
/sssd-io/src/responder/ifp/ |
H A D | ifp_private.h | 78 ifp_parse_user_attr_list(TALLOC_CTX *mem_ctx, const char *conf_str);
|
/sssd-io/src/providers/ad/ |
H A D | ad_gpo.c | 330 char *conf_str, 352 if (conf_str) { 353 ret = split_on_separator(tmp_ctx, conf_str, ',', true, true, 357 "Cannot parse list of service names %s: %d\n", conf_str, ret); 327 ad_gpo_parse_map_option(TALLOC_CTX *mem_ctx, enum gpo_map_type gpo_map_type, hash_table_t *options_table, char *conf_str, const char **defaults) argument
|
Completed in 24 milliseconds