From af4f6f445a2958b2a80c3849355eab93071cbc7c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 27 May 2008 14:06:38 +1000 Subject: add a mask of invalid security bits (This used to be commit ccbf5238767605f020ede66c8027731487c8cf00) --- source4/librpc/idl/security.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/librpc') 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 | -- cgit