From 380e1607784e5d6fc5235b98790180b9eb0878c1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 22 Dec 2003 21:48:06 +0000 Subject: add well known rid for pre win2k compatible access group; bug 897 (This used to be commit 33a1a374ebb44c839d995d11e1229767fc679678) --- source3/include/rpc_misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h index 29ae212185..0c6eee3650 100644 --- a/source3/include/rpc_misc.h +++ b/source3/include/rpc_misc.h @@ -63,6 +63,7 @@ #define BUILTIN_ALIAS_RID_REPLICATOR (0x00000228L) #define BUILTIN_ALIAS_RID_RAS_SERVERS (0x00000229L) +#define BUILTIN_ALIAS_RID_PRE_2K_ACCESS (0x0000022aL) /* * Masks for mappings between unix uid and gid types and -- cgit