diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-02 18:01:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:06 -0500 |
commit | 648fe6610ef8fce0179cc10cb7162b402b2761ee (patch) | |
tree | e8314a0760bc250e26a4850adb280f645eae84fd /source4/librpc/idl | |
parent | 737454d6a07ad08cc244e9d98cafc95a7565e87b (diff) | |
download | samba-648fe6610ef8fce0179cc10cb7162b402b2761ee.tar.gz samba-648fe6610ef8fce0179cc10cb7162b402b2761ee.tar.bz2 samba-648fe6610ef8fce0179cc10cb7162b402b2761ee.zip |
r21660: Add another test
(This used to be commit 0b1e793ed56e3c4c592d8baaf3139e42b01b942b)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 5c73bfa76c..a1d551ef78 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -118,7 +118,7 @@ import "misc.idl", "lsa.idl", "security.idl"; /************************/ /* Function 0x07 */ - NTSTATUS samr_OpenDomain( + [public] NTSTATUS samr_OpenDomain( [in,ref] policy_handle *connect_handle, [in] uint32 access_mask, [in,ref] dom_sid2 *sid, @@ -337,7 +337,7 @@ import "misc.idl", "lsa.idl", "security.idl"; /************************/ /* Function 0x11 */ - NTSTATUS samr_LookupNames( + [public] NTSTATUS samr_LookupNames( [in,ref] policy_handle *domain_handle, [in,range(0,1000)] uint32 num_names, [in,size_is(1000),length_is(num_names)] lsa_String names[], @@ -550,7 +550,7 @@ import "misc.idl", "lsa.idl", "security.idl"; /************************/ /* Function 0x22 */ - NTSTATUS samr_OpenUser( + [public] NTSTATUS samr_OpenUser( [in,ref] policy_handle *domain_handle, [in] uint32 access_mask, [in] uint32 rid, @@ -1207,7 +1207,7 @@ import "misc.idl", "lsa.idl", "security.idl"; [case(1)] samr_ConnectInfo1 info1; } samr_ConnectInfo; - NTSTATUS samr_Connect5( + [public] NTSTATUS samr_Connect5( [in,string,charset(UTF16)] uint16 *system_name, [in] uint32 access_mask, [in,out] uint32 level, |