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

/sssd-io/src/tests/cmocka/
H A Dtest_sdap_access.h28 struct ldb_message *user_allow_all; member in struct:test_sdap_access_rhost_ctx
H A Dtest_sdap_access.c75 struct ldb_message *user_allow_all; local
105 user_allow_all = ldb_msg_new(test_ctx);
106 assert_non_null(user_allow_all);
107 ldb_msg_add_string(user_allow_all,
138 test_ctx->user_allow_all = user_allow_all;
202 /* Test with user_allow_all and rhost == "somehost" */
203 ret = sdap_access_rhost(test_ctx->user_allow_all,
234 /* Test with user_allow_all and rhost == "someotherhost" */
235 ret = sdap_access_rhost(test_ctx->user_allow_all,
[all...]

Completed in 1827 milliseconds