1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

Fill in IDL for lsa_SetSecObj() (based from samba3 rpc).

Guenther
(This used to be commit d7cd8bd2ad5635b0b0823fec08e263f37dea807b)
This commit is contained in:
Günther Deschner 2008-02-04 21:56:14 +01:00
parent 649d1a82ca
commit 0063def007

View File

@ -88,8 +88,11 @@ import "security.idl";
/******************/
/* Function: 0x04 */
NTSTATUS lsa_SetSecObj ();
NTSTATUS lsa_SetSecObj(
[in] policy_handle *handle,
[in] security_secinfo sec_info,
[in,ref] sec_desc_buf *sdbuf
);
/******************/
/* Function: 0x05 */