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

/sssd-io/src/providers/krb5/
H A Dkrb5_opts.h28 extern struct dp_option default_krb5_opts[];
H A Dkrb5_opts.c25 struct dp_option default_krb5_opts[] = { variable in typeref:struct:dp_option
H A Dkrb5_common.c366 ret = dp_get_options(memctx, cdb, conf_path, default_krb5_opts,
/sssd-io/src/tests/
H A Dkrb5_child-test.c42 extern struct dp_option default_krb5_opts[];
123 krb5_ctx->opts[i].opt_name = default_krb5_opts[i].opt_name;
124 krb5_ctx->opts[i].type = default_krb5_opts[i].type;
125 krb5_ctx->opts[i].def_val = default_krb5_opts[i].def_val;
129 default_krb5_opts[i].def_val.string);
133 default_krb5_opts[i].def_val.blob);
137 default_krb5_opts[i].def_val.number);
141 default_krb5_opts[i].def_val.boolean);
H A Dad_ldap_opt-tests.c46 ret = compare_dp_options(default_krb5_opts, KRB5_OPTS,
H A Dkrb5_utils-tests.c50 extern struct dp_option default_krb5_opts[];
311 krb5_ctx->opts[i].opt_name = default_krb5_opts[i].opt_name;
312 krb5_ctx->opts[i].type = default_krb5_opts[i].type;
313 krb5_ctx->opts[i].def_val = default_krb5_opts[i].def_val;
H A Dipa_ldap_opt-tests.c98 ret = compare_dp_options(default_krb5_opts, KRB5_OPTS,
192 fail_unless_dp_opt_is_terminator(&default_krb5_opts[KRB5_OPTS]);

Completed in 27 milliseconds