r13551: Add an accessor function for the user sid.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 17 Feb 2006 23:51:43 +0000 (23:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:57 +0000 (13:51 -0500)
Andrew Bartlett

source/torture/rpc/testjoin.c

index 28a78b1fc05310d9519f70e712c525e66546aa25..7a02ba24ca1cfdff52f1792aa07226dcfe904bb4 100644 (file)
@@ -494,6 +494,11 @@ const struct dom_sid *torture_join_sid(struct test_join *join)
        return join->dom_sid;
 }
 
+const struct dom_sid *torture_join_user_sid(struct test_join *join)
+{
+       return join->user_sid;
+}
+
 
 struct test_join_ads_dc {
        struct test_join *join;