summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/include/rpc_misc.h1
-rw-r--r--source/passdb/util_sam_sid.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source/include/rpc_misc.h b/source/include/rpc_misc.h
index 29ae2121857..0c6eee3650a 100644
--- a/source/include/rpc_misc.h
+++ b/source/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
diff --git a/source/passdb/util_sam_sid.c b/source/passdb/util_sam_sid.c
index 3ca54f05290..f6cc2491a8b 100644
--- a/source/passdb/util_sam_sid.c
+++ b/source/passdb/util_sam_sid.c
@@ -79,6 +79,7 @@ static const known_sid_users builtin_groups[] = {
{ BUILTIN_ALIAS_RID_BACKUP_OPS, SID_NAME_ALIAS, "Backup Operators" },
{ BUILTIN_ALIAS_RID_REPLICATOR, SID_NAME_ALIAS, "Replicator" },
{ BUILTIN_ALIAS_RID_RAS_SERVERS, SID_NAME_ALIAS, "RAS Servers" },
+ { BUILTIN_ALIAS_RID_PRE_2K_ACCESS, SID_NAME_ALIAS, "Pre-Windows 2000 Compatible Access" },
{ 0, (enum SID_NAME_USE)0, NULL}};
/**************************************************************************