summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/lsa.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-09 09:04:28 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-09 09:04:28 +0000
commite3581c28bbc43c0c74f8f0622a464856ad243fb0 (patch)
treecb44e73581a7bbb37d307195d6352393c2af39c3 /source4/librpc/idl/lsa.idl
parent2f6adaadbb127549e17b893d678dfe1a91eed812 (diff)
downloadsamba-e3581c28bbc43c0c74f8f0622a464856ad243fb0.tar.gz
samba-e3581c28bbc43c0c74f8f0622a464856ad243fb0.tar.bz2
samba-e3581c28bbc43c0c74f8f0622a464856ad243fb0.zip
added a test for lsa_Close()
(This used to be commit dbadbbf1a7de011305c7f9d5d8d92467cb6e1c61)
Diffstat (limited to 'source4/librpc/idl/lsa.idl')
-rw-r--r--source4/librpc/idl/lsa.idl6
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index f71a4e4c8c..8a1b4d546f 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -13,6 +13,7 @@
[in,ref] policy_handle *handle
);
+
/******************/
/* Function: 0x01 */
NTSTATUS lsa_Delete ();
@@ -51,7 +52,9 @@
security_descriptor *sec_desc;
lsa_QosInfo *sec_qos;
} lsa_ObjectAttribute;
-
+
+ /* notice the screwup with the system_name - thats why MS created
+ OpenPolicy2 */
NTSTATUS lsa_OpenPolicy (
[in] uint16 *system_name,
[in,ref] lsa_ObjectAttribute *attr,
@@ -60,6 +63,7 @@
);
+
/******************/
/* Function: 0x07 */
NTSTATUS lsa_QueryInfoPolicy ();