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

/sssd-io/src/tests/cmocka/
H A Dtest_sdap.c953 struct sysdb_attrs **ldap_objects; member in struct:copy_dom_obj_test_ctx
1029 test_ctx->ldap_objects = talloc_zero_array(test_ctx,
1031 assert_non_null(test_ctx->ldap_objects);
1033 test_ctx->ldap_objects[0] = test_obj(test_ctx->ldap_objects, "parent",
1035 assert_non_null(test_ctx->ldap_objects[0]);
1037 test_ctx->ldap_objects[1] = test_obj(test_ctx->ldap_objects, "child",
1039 assert_non_null(test_ctx->ldap_objects[1]);
1065 assert_ptr_equal(talloc_parent(test_ctx->ldap_objects[
[all...]

Completed in 29 milliseconds