From: Andrew Tridgell Date: Tue, 27 May 2008 04:06:38 +0000 (+1000) Subject: add a mask of invalid security bits X-Git-Tag: samba-4.0.0alpha4~24^2~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccbf5238767605f020ede66c8027731487c8cf00;p=thirdparty%2Fsamba.git add a mask of invalid security bits --- diff --git a/source/librpc/idl/security.idl b/source/librpc/idl/security.idl index 314846c53f2..f8e9e9e1107 100644 --- a/source/librpc/idl/security.idl +++ b/source/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 |