mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
add well known rid for pre win2k compatible access group; bug 897
This commit is contained in:
parent
6060afb989
commit
33a1a374eb
@ -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
|
||||
|
@ -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}};
|
||||
|
||||
/**************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user