diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-08-30 13:09:29 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-09-11 18:46:09 +1000 |
commit | 92efe9a86aae64d85323a9fcf6d20fd3f85bc22c (patch) | |
tree | 72062295f0b9ea75c63b153d531b74eef32e8297 /librpc | |
parent | aab0b557b9577d2ef8bed7a0674b702ea94c0d4a (diff) | |
download | samba-92efe9a86aae64d85323a9fcf6d20fd3f85bc22c.tar.gz samba-92efe9a86aae64d85323a9fcf6d20fd3f85bc22c.tar.bz2 samba-92efe9a86aae64d85323a9fcf6d20fd3f85bc22c.zip |
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')
-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, |