summaryrefslogtreecommitdiff
path: root/librpc/idl/spoolss.idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-09-13 06:30:34 +0200
committerStefan Metzmacher <metze@samba.org>2016-10-13 18:14:15 +0200
commit0f1859b85ec7b755c7a3f39ae57a250858cf8252 (patch)
tree87d1d1820f85271a1f0a90ace28015d96d3eb386 /librpc/idl/spoolss.idl
parent63686a1c82126f0aa90317e4790d01b4bcf1a9e1 (diff)
downloadsamba-0f1859b85ec7b755c7a3f39ae57a250858cf8252.tar.gz
spoolss.idl: use access mask defines from security.idl
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'librpc/idl/spoolss.idl')
-rw-r--r--librpc/idl/spoolss.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 9010a950c0e..df19bee6334 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -2867,10 +2867,10 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
PRINTER_ALL_ACCESS;
const int PRINTER_ACE_MANAGE_DOCUMENTS = SEC_GENERIC_ALL |
- READ_CONTROL_ACCESS;
+ SEC_STD_READ_CONTROL;
- const int PRINTER_ACE_PRINT = GENERIC_EXECUTE_ACCESS |
- READ_CONTROL_ACCESS |
+ const int PRINTER_ACE_PRINT = SEC_GENERIC_EXECUTE |
+ SEC_STD_READ_CONTROL |
PRINTER_ACCESS_USE;
/******************/