1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r13551: Add an accessor function for the user sid.

Andrew Bartlett
(This used to be commit 273cb8fd42)
This commit is contained in:
Andrew Bartlett 2006-02-17 23:51:43 +00:00 committed by Gerald (Jerry) Carter
parent 576cdc713c
commit aa4a3449c2

View 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;