add a mask of invalid security bits
authorAndrew Tridgell <tridge@samba.org>
Tue, 27 May 2008 04:06:38 +0000 (14:06 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 27 May 2008 04:06:38 +0000 (14:06 +1000)
(This used to be commit ccbf5238767605f020ede66c8027731487c8cf00)

source4/librpc/idl/security.idl

index 314846c53f29b2ca00a9c8d1f082396ae5f883a1..f8e9e9e1107cf4b34383a4221b18e6cbefe1424f 100644 (file)
@@ -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 |