summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/lsa.idl
diff options
context:
space:
mode:
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 ();