Lines Matching defs:user_deny_somehost
74 struct ldb_message *user_deny_somehost;
98 user_deny_somehost = ldb_msg_new(test_ctx);
99 assert_non_null(user_deny_somehost);
100 ldb_msg_add_string(user_deny_somehost,
137 test_ctx->user_deny_somehost = user_deny_somehost;
197 /* Test with user_deny_somehost and rhost == "somehost" */
198 ret = sdap_access_rhost(test_ctx->user_deny_somehost,
229 /* Test with user_deny_somehost and rhost == "someotherhost" */
230 ret = sdap_access_rhost(test_ctx->user_deny_somehost,