Lines Matching refs:dom2
735 struct sss_domain_info *dom2;
783 dom2 = talloc_zero(ts, struct sss_domain_info);
784 assert_non_null(dom2);
785 dom2->name = discard_const_p(char, TEST_DOM_NAME"2");
786 dom->next = dom2;
787 dom2->names = dom->names;
796 ret = check_user_in_ncache(ncache, dom2, "testuser2");
799 ret = check_group_in_ncache(ncache, dom2, "testgroup2");
812 ret = check_user_in_ncache(ncache, dom2, "testuser2");
815 ret = check_group_in_ncache(ncache, dom2, "testgroup2");
893 struct sss_domain_info *dom2;
904 dom2 = talloc(ts, struct sss_domain_info);
905 assert_non_null(dom2);
906 dom2->name = discard_const_p(char, TEST_DOM_NAME"2");
923 ret = sss_ncache_check_locate_gid(ts->ctx, dom2, gid);
925 ret = sss_ncache_check_locate_uid(ts->ctx, dom2, uid);
934 struct sss_domain_info *dom2;
942 dom2 = talloc(ts, struct sss_domain_info);
943 assert_non_null(dom2);
944 dom2->name = discard_const_p(char, TEST_DOM_NAME"2");
953 ret = sss_ncache_check_domain_locate_type(ts->ctx, dom2, "foo");