summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-27 14:06:38 +1000
committerAndrew Tridgell <tridge@samba.org>2008-05-27 14:06:38 +1000
commitaf4f6f445a2958b2a80c3849355eab93071cbc7c (patch)
tree572cd3e1f3685f4e68a54551c2c390ad91778c44 /source4/librpc
parent9691856569e2fdbcbd8c05a2cf3155263b8fa410 (diff)
downloadsamba-af4f6f445a2958b2a80c3849355eab93071cbc7c.tar.gz
samba-af4f6f445a2958b2a80c3849355eab93071cbc7c.tar.bz2
samba-af4f6f445a2958b2a80c3849355eab93071cbc7c.zip
add a mask of invalid security bits
(This used to be commit ccbf5238767605f020ede66c8027731487c8cf00)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/security.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/idl/security.idl b/source4/librpc/idl/security.idl
index 314846c53f..f8e9e9e110 100644
--- a/source4/librpc/idl/security.idl
+++ b/source4/librpc/idl/security.idl
@@ -106,6 +106,9 @@ interface security
const int SEC_ADS_LIST_OBJECT = 0x00000080;
const int SEC_ADS_CONTROL_ACCESS = 0x00000100;
+ /* invalid bits */
+ const int SEC_MASK_INVALID = 0x0ce0fe00;
+
/* generic->specific mappings for files */
const int SEC_RIGHTS_FILE_READ = SEC_STD_READ_CONTROL |
SEC_STD_SYNCHRONIZE |