s3-passdb: move some defines out of rpc headers (they really belong to passdb).
[ira/wip.git] / source3 / include / rpc_misc.h
index 58ea91683a4b4add3896872b6adbade0d0569744..e86c47f39a7f57838002a70dfeea4bf3d41e456c 100644 (file)
 #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