summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-08-26 19:42:01 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-09-11 18:46:05 +1000
commit6a0176b07da0b416bc9d750ddea92c612849597c (patch)
tree85e2211820d87076491ccbf4e71b7fe739b855be
parent2606dfa9a42d19c971f6c04e4030af51b57484bc (diff)
downloadsamba-6a0176b07da0b416bc9d750ddea92c612849597c.tar.gz
samba-6a0176b07da0b416bc9d750ddea92c612849597c.tar.bz2
samba-6a0176b07da0b416bc9d750ddea92c612849597c.zip
security.idl Add comments
Signed-off-by: Andrew Tridgell <tridge@samba.org>
-rw-r--r--librpc/idl/security.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl
index f412ce3fac..aa1ddc6b7d 100644
--- a/librpc/idl/security.idl
+++ b/librpc/idl/security.idl
@@ -357,7 +357,7 @@ interface security
********************************************************************/
- /* LUID values for privileges known about by Samba (bottom 32 bit of enum, top bits are 0) */
+ /* LUID values for privileges known about by Samba (bottom 32 bits of enum, top bits are 0) */
/* we have to define the LUID here due to a horrible check by printmig.exe
that requires the SeBackupPrivilege match what is in Windows. So match
@@ -417,6 +417,8 @@ interface security
SE_BACKUP = 0x00000200,
SE_RESTORE = 0x00000400,
SE_TAKE_OWNERSHIP = 0x00000800,
+ /* End of privilages implemented before merge to common code */
+
SE_INCREASE_QUOTA = 0x00001000,
SE_SECURITY = 0x00002000,
SE_LOAD_DRIVER = 0x00004000,