mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
security-idl: fix typo.
Guenther
This commit is contained in:
parent
72af9b01dc
commit
1abf41e055
@ -138,9 +138,9 @@ interface security
|
||||
|
||||
/* combinations of standard masks. */
|
||||
const int STANDARD_RIGHTS_ALL_ACCESS = SEC_STD_ALL; /* 0x001f0000 */
|
||||
const int STANDARD_RIGHTS_MODIFY_ACCESS = SEC_STD_READ_CONTROLS; /* 0x00020000 */
|
||||
const int STANDARD_RIGHTS_EXECUTE_ACCESS = SEC_STD_READ_CONTROLS; /* 0x00020000 */
|
||||
const int STANDARD_RIGHTS_READ_ACCESS = SEC_STD_READ_CONTROLS; /* 0x00020000 */
|
||||
const int STANDARD_RIGHTS_MODIFY_ACCESS = SEC_STD_READ_CONTROL; /* 0x00020000 */
|
||||
const int STANDARD_RIGHTS_EXECUTE_ACCESS = SEC_STD_READ_CONTROL; /* 0x00020000 */
|
||||
const int STANDARD_RIGHTS_READ_ACCESS = SEC_STD_READ_CONTROL; /* 0x00020000 */
|
||||
const int STANDARD_RIGHTS_WRITE_ACCESS =
|
||||
(SEC_STD_WRITE_OWNER |
|
||||
SEC_STD_WRITE_DAC |
|
||||
|
Loading…
Reference in New Issue
Block a user