diff options
author | Günther Deschner <gd@samba.org> | 2010-06-03 01:27:50 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-03 11:00:26 +0200 |
commit | 102b0cfe62c6486846cdfb4938a83e2be4aad912 (patch) | |
tree | 43d0c7408db6c8f149f28909a10578add772e9de /source3/include | |
parent | b5c2af94475337b4769dc464a695ee29bc5e87c7 (diff) | |
download | samba-102b0cfe62c6486846cdfb4938a83e2be4aad912.tar.gz samba-102b0cfe62c6486846cdfb4938a83e2be4aad912.tar.bz2 samba-102b0cfe62c6486846cdfb4938a83e2be4aad912.zip |
security: move generic_mapping and standard_mapping to security.idl.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_secdes.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/include/rpc_secdes.h b/source3/include/rpc_secdes.h index 97ccc9b0d1..216f8830eb 100644 --- a/source3/include/rpc_secdes.h +++ b/source3/include/rpc_secdes.h @@ -24,23 +24,6 @@ /* for ADS */ #define SEC_RIGHTS_FULL_CTRL 0xf01ff -/* A type to describe the mapping of generic access rights to object - specific access rights. */ - -struct generic_mapping { - uint32 generic_read; - uint32 generic_write; - uint32 generic_execute; - uint32 generic_all; -}; - -struct standard_mapping { - uint32 std_read; - uint32 std_write; - uint32 std_execute; - uint32 std_all; -}; - /* Standard access rights. */ #define STD_RIGHT_DELETE_ACCESS 0x00010000 |