summaryrefslogtreecommitdiff
path: root/source3/include/rpc_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/rpc_misc.h')
-rw-r--r--source3/include/rpc_misc.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h
index 58ea91683a..e86c47f39a 100644
--- a/source3/include/rpc_misc.h
+++ b/source3/include/rpc_misc.h
@@ -66,22 +66,6 @@
#define BUILTIN_ALIAS_RID_PRE_2K_ACCESS (0x0000022aL)
-/**********************************************************************
- * Masks for mappings between unix uid and gid types and
- * NT RIDS.
- **********************************************************************/
-
-#define BASE_RID (0x000003E8L)
-
-/* Take the bottom bit. */
-#define RID_TYPE_MASK 1
-#define RID_MULTIPLIER 2
-
-/* The two common types. */
-#define USER_RID_TYPE 0
-#define GROUP_RID_TYPE 1
-
-
/**********************************************************************
* RPC policy handle used pretty much everywhere