diff options
-rw-r--r-- | librpc/idl/security.idl | 1 |
1 files changed, 1 insertions, 0 deletions
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, |