diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-04-03 17:15:32 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2004-04-03 17:15:32 +0000 |
commit | 84d009d52ecfff08e01374de91260aeffe40b9d9 (patch) | |
tree | d60ca8bb12d7a0e0d2d4d0b1dba32aad4c2d6eca /source4/librpc/idl | |
parent | 9bc3b91cca4a93ec70406d1e92680033ad531aae (diff) | |
download | samba-84d009d52ecfff08e01374de91260aeffe40b9d9.tar.gz samba-84d009d52ecfff08e01374de91260aeffe40b9d9.tar.bz2 samba-84d009d52ecfff08e01374de91260aeffe40b9d9.zip |
added IDL and test suite for lsa_CreateSecret()
(This used to be commit 4de08b64ddb3851e90a8dadd7d0d0991e933abf5)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 3e9ca1be3f..f90ad030d2 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -340,7 +340,12 @@ /* Function: 0x10 */ - NTSTATUS CREATESECRET (); + NTSTATUS lsa_CreateSecret( + [in,ref] policy_handle *handle, + [in] lsa_Name name, + [in] uint32 desired_access, + [out,ref] policy_handle *sec_handle + ); /*****************************************/ |