git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
576cdc7
)
r13551: Add an accessor function for the user sid.
author
Andrew Bartlett
<abartlet@samba.org>
Fri, 17 Feb 2006 23:51:43 +0000
(23:51 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:51:57 +0000
(13:51 -0500)
Andrew Bartlett
(This used to be commit
273cb8fd4288f7bf15e0bcad9f6a4cbf4f142b24
)
source4/torture/rpc/testjoin.c
patch
|
blob
|
history
diff --git
a/source4/torture/rpc/testjoin.c
b/source4/torture/rpc/testjoin.c
index 28a78b1fc05310d9519f70e712c525e66546aa25..7a02ba24ca1cfdff52f1792aa07226dcfe904bb4 100644
(file)
--- a/
source4/torture/rpc/testjoin.c
+++ b/
source4/torture/rpc/testjoin.c
@@
-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;