From 92efe9a86aae64d85323a9fcf6d20fd3f85bc22c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Aug 2010 13:09:29 +1000 Subject: libcli/security Add an invalid LUID privilege value This helps code that may not want to specify any privilege Signed-off-by: Andrew Tridgell --- librpc/idl/security.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc') diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index aa1ddc6b7d..38ff4ad4af 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, -- cgit