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

/sssd/src/tests/cmocka/
H A Dtest_sdap.c800 struct sdap_options *child_sdap_opts; member in struct:test_sdap_inherit_ctx
833 test_ctx->child_sdap_opts = talloc_zero(test_ctx, struct sdap_options);
837 test_ctx->child_sdap_opts = mock_sdap_opts(test_ctx);
838 assert_non_null(test_ctx->child_sdap_opts);
867 val = dp_opt_get_int(test_ctx->child_sdap_opts->basic,
873 test_ctx->child_sdap_opts);
875 val = dp_opt_get_int(test_ctx->child_sdap_opts->basic,
887 val = dp_opt_get_int(test_ctx->child_sdap_opts->basic,
894 test_ctx->child_sdap_opts);
896 val = dp_opt_get_int(test_ctx->child_sdap_opts
[all...]
/sssd/src/providers/ldap/
H A Dsdap.c316 struct sdap_options *child_sdap_opts)
320 child_sdap_opts->basic);
324 child_sdap_opts->user_map);
314 sdap_inherit_options(char **inherit_opt_list, struct sdap_options *parent_sdap_opts, struct sdap_options *child_sdap_opts) argument

Completed in 311 milliseconds