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

/sssd-io/src/tests/cmocka/
H A Dtest_ad_common.c386 struct ad_id_ctx *subdom_ad_ctx; member in struct:ad_common_test_ctx
576 struct ad_id_ctx *subdom_ad_ctx; local
615 subdom_ad_ctx = talloc_zero(test_ctx, struct ad_id_ctx);
616 assert_non_null(subdom_ad_ctx);
618 subdom_ldap_ctx = talloc_zero(subdom_ad_ctx, struct sdap_id_conn_ctx);
620 subdom_ad_ctx->ldap_ctx = subdom_ldap_ctx;
624 sdom->pvt = subdom_ad_ctx;
626 test_ctx->subdom_ad_ctx = subdom_ad_ctx;
641 talloc_free(test_ctx->subdom_ad_ctx);
[all...]

Completed in 25 milliseconds