diff options
author | Günther Deschner <gd@samba.org> | 2009-04-21 13:01:29 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-21 13:01:29 +0200 |
commit | d94bbb3167f3a18d6b8a311557f228e2977249ea (patch) | |
tree | 6a3752f2e7ec99dabc825ec471f66b821a19724a /source3/include | |
parent | 38264bb3b86a3c9da941070f29ec08227c471d2b (diff) | |
download | samba-d94bbb3167f3a18d6b8a311557f228e2977249ea.tar.gz samba-d94bbb3167f3a18d6b8a311557f228e2977249ea.tar.bz2 samba-d94bbb3167f3a18d6b8a311557f228e2977249ea.zip |
s3-secdesc: remove SEC_RIGHT_MAXIMUM_ALLOWED and SEC_RIGHT_SYSTEM_SECURITY.
We had up to three incarnations of these flags in Samba3.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_secdes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/rpc_secdes.h b/source3/include/rpc_secdes.h index 1ce3f84600..6db3f2d7c7 100644 --- a/source3/include/rpc_secdes.h +++ b/source3/include/rpc_secdes.h @@ -121,9 +121,6 @@ struct standard_mapping { #define STANDARD_RIGHTS_MASK 0x00FF0000 #define GENERIC_RIGHTS_MASK 0xF0000000 -#define SEC_RIGHT_SYSTEM_SECURITY 0x01000000 -#define SEC_RIGHT_MAXIMUM_ALLOWED 0x02000000 - /* Generic access rights */ #define GENERIC_RIGHT_ALL_ACCESS 0x10000000 |