Changeset 224 for branches/samba-3.3.x/source/librpc/idl/security.idl
- Timestamp:
- May 24, 2009, 7:55:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/librpc/idl/security.idl
r206 r224 136 136 /* combinations of standard masks. */ 137 137 const int STANDARD_RIGHTS_ALL_ACCESS = SEC_STD_ALL; /* 0x001f0000 */ 138 const int STANDARD_RIGHTS_MODIFY_ACCESS = SEC_STD_READ_CONTROL S; /* 0x00020000 */139 const int STANDARD_RIGHTS_EXECUTE_ACCESS = SEC_STD_READ_CONTROL S; /* 0x00020000 */140 const int STANDARD_RIGHTS_READ_ACCESS = SEC_STD_READ_CONTROL S; /* 0x00020000 */138 const int STANDARD_RIGHTS_MODIFY_ACCESS = SEC_STD_READ_CONTROL; /* 0x00020000 */ 139 const int STANDARD_RIGHTS_EXECUTE_ACCESS = SEC_STD_READ_CONTROL; /* 0x00020000 */ 140 const int STANDARD_RIGHTS_READ_ACCESS = SEC_STD_READ_CONTROL; /* 0x00020000 */ 141 141 const int STANDARD_RIGHTS_WRITE_ACCESS = 142 142 (SEC_STD_WRITE_OWNER |
Note:
See TracChangeset
for help on using the changeset viewer.