summaryrefslogtreecommitdiff
path: root/librpc/idl/security.idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-08-30 13:09:29 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-09-11 18:46:09 +1000
commit92efe9a86aae64d85323a9fcf6d20fd3f85bc22c (patch)
tree72062295f0b9ea75c63b153d531b74eef32e8297 /librpc/idl/security.idl
parentaab0b557b9577d2ef8bed7a0674b702ea94c0d4a (diff)
downloadsamba-92efe9a86aae64d85323a9fcf6d20fd3f85bc22c.tar.gz
libcli/security Add an invalid LUID privilege value
This helps code that may not want to specify any privilege Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'librpc/idl/security.idl')
-rw-r--r--librpc/idl/security.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl
index aa1ddc6b7dd..38ff4ad4af0 100644
--- a/librpc/idl/security.idl
+++ b/librpc/idl/security.idl
@@ -364,6 +364,7 @@ interface security
those that we implement and start Samba privileges at 0x1001 */
typedef enum {
+ SEC_PRIV_INVALID = 0x0,
SEC_PRIV_INCREASE_QUOTA = 0x5,
SEC_PRIV_MACHINE_ACCOUNT = 0x6,
SEC_PRIV_SECURITY = 0x8,