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

/sssd/src/tests/cmocka/
H A Dtest_ad_common.c389 struct ad_id_ctx *subdom_ad_ctx; member in struct:ad_common_test_ctx
588 struct ad_id_ctx *subdom_ad_ctx; local
622 subdom_ad_ctx = talloc_zero(test_ctx, struct ad_id_ctx);
623 assert_non_null(subdom_ad_ctx);
625 subdom_ldap_ctx = talloc_zero(subdom_ad_ctx, struct sdap_id_conn_ctx);
627 subdom_ad_ctx->ldap_ctx = subdom_ldap_ctx;
631 sdom->pvt = subdom_ad_ctx;
633 test_ctx->subdom_ad_ctx = subdom_ad_ctx;
648 talloc_free(test_ctx->subdom_ad_ctx);
[all...]

Completed in 15 milliseconds