From: Günther Deschner Date: Tue, 21 Apr 2009 11:01:29 +0000 (+0200) Subject: s3-secdesc: remove SEC_RIGHT_MAXIMUM_ALLOWED and SEC_RIGHT_SYSTEM_SECURITY. X-Git-Tag: tdb-1.1.5~922^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d94bbb3167f3a18d6b8a311557f228e2977249ea;p=thirdparty%2Fsamba.git s3-secdesc: remove SEC_RIGHT_MAXIMUM_ALLOWED and SEC_RIGHT_SYSTEM_SECURITY. We had up to three incarnations of these flags in Samba3. Guenther --- diff --git a/source3/include/rpc_secdes.h b/source3/include/rpc_secdes.h index 1ce3f846003..6db3f2d7c78 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