diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-10-25 12:15:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:14 -0500 |
commit | c6f8330098dad8f7a78ccce9b76ad389e6a51aba (patch) | |
tree | 0f4831655f09e5b832d4c612df6c3b8e0de024f3 /source4/librpc/idl/lsa.idl | |
parent | 2a2a35005749766e407c2a106720e74b7dfcc005 (diff) | |
download | samba-c6f8330098dad8f7a78ccce9b76ad389e6a51aba.tar.gz samba-c6f8330098dad8f7a78ccce9b76ad389e6a51aba.tar.bz2 samba-c6f8330098dad8f7a78ccce9b76ad389e6a51aba.zip |
r11288: Fill out LSA LookupNames4 and LookupSids3, including a server-side
implementation.
Andrew Bartlett
(This used to be commit a6a615cc997cd3a71ea0d63994f6cd97096afc30)
Diffstat (limited to 'source4/librpc/idl/lsa.idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 5ff4214cbb..8a141bcd54 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -930,7 +930,16 @@ ); /* Function 0x4d */ - NTSTATUS lsa_LSARLOOKUPNAMES4(); + NTSTATUS lsa_LookupNames4( + [in,range(0,1000)] uint32 num_names, + [in,size_is(num_names)] lsa_String names[], + [out,unique] lsa_RefDomainList *domains, + [in,out] lsa_TransSidArray3 *sids, + [in] uint16 level, + [in,out] uint32 *count, + [in] uint32 unknown1, + [in] uint32 unknown2 + ); /* Function 0x4e */ NTSTATUS lsa_LSAROPENPOLICYSCE(); |