mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
[ADVAPI32]
ConvertStringSidToSidW: Fix a wrong entry in the SID table. svn path=/trunk/; revision=61291
This commit is contained in:
parent
b1932aac4d
commit
1f430a2e98
|
@ -1827,7 +1827,7 @@ static const RECORD SidTable[] =
|
|||
{ SDDL_DOMAIN_GUESTS, WinAccountDomainGuestsSid /* FIXME: DOMAIN_GROUP_RID_GUESTS */ },
|
||||
{ SDDL_DOMAIN_USERS, WinAccountDomainUsersSid /* FIXME: DOMAIN_GROUP_RID_USERS */ },
|
||||
{ SDDL_ENTERPRISE_ADMINS, WinAccountEnterpriseAdminsSid /* FIXME: DOMAIN_GROUP_RID_ENTERPRISE_ADMINS */ },
|
||||
{ SDDL_ENTERPRISE_DOMAIN_CONTROLLERS, WinLogonIdsSid /* FIXME: SECURITY_SERVER_LOGON_RID */ },
|
||||
{ SDDL_ENTERPRISE_DOMAIN_CONTROLLERS, WinEnterpriseControllersSid },
|
||||
{ SDDL_EVERYONE, WinWorldSid },
|
||||
{ SDDL_GROUP_POLICY_ADMINS, WinAccountPolicyAdminsSid /* FIXME: DOMAIN_GROUP_RID_POLICY_ADMINS */ },
|
||||
{ SDDL_INTERACTIVE, WinInteractiveSid },
|
||||
|
|
Loading…
Reference in a new issue