Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
424f010a
Commit
424f010a
authored
Aug 18, 2015
by
Eric Kohl
Committed by
Alexandre Julliard
Aug 19, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Add some well-known SDDL SID strings.
parent
ecd0881b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
security.c
dlls/advapi32/security.c
+10
-10
No files found.
dlls/advapi32/security.c
View file @
424f010a
...
...
@@ -147,16 +147,16 @@ static const WELLKNOWNRID WellKnownRids[] = {
{
{
'L'
,
'A'
},
WinAccountAdministratorSid
,
DOMAIN_USER_RID_ADMIN
},
{
{
'L'
,
'G'
},
WinAccountGuestSid
,
DOMAIN_USER_RID_GUEST
},
{
{
0
,
0
},
WinAccountKrbtgtSid
,
DOMAIN_USER_RID_KRBTGT
},
{
{
0
,
0
},
WinAccountDomainAdminsSid
,
DOMAIN_GROUP_RID_ADMINS
},
{
{
0
,
0
},
WinAccountDomainUsersSid
,
DOMAIN_GROUP_RID_USERS
},
{
{
0
,
0
},
WinAccountDomainGuestsSid
,
DOMAIN_GROUP_RID_GUESTS
},
{
{
0
,
0
},
WinAccountComputersSid
,
DOMAIN_GROUP_RID_COMPUTERS
},
{
{
0
,
0
},
WinAccountControllersSid
,
DOMAIN_GROUP_RID_CONTROLLERS
},
{
{
0
,
0
},
WinAccountCertAdminsSid
,
DOMAIN_GROUP_RID_CERT_ADMINS
},
{
{
0
,
0
},
WinAccountSchemaAdminsSid
,
DOMAIN_GROUP_RID_SCHEMA_ADMINS
},
{
{
0
,
0
},
WinAccountEnterpriseAdminsSid
,
DOMAIN_GROUP_RID_ENTERPRISE_ADMINS
},
{
{
0
,
0
},
WinAccountPolicyAdminsSid
,
DOMAIN_GROUP_RID_POLICY_ADMINS
},
{
{
0
,
0
},
WinAccountRasAndIasServersSid
,
DOMAIN_ALIAS_RID_RAS_SERVERS
},
{
{
'D'
,
'A'
},
WinAccountDomainAdminsSid
,
DOMAIN_GROUP_RID_ADMINS
},
{
{
'D'
,
'U'
},
WinAccountDomainUsersSid
,
DOMAIN_GROUP_RID_USERS
},
{
{
'D'
,
'G'
},
WinAccountDomainGuestsSid
,
DOMAIN_GROUP_RID_GUESTS
},
{
{
'D'
,
'C'
},
WinAccountComputersSid
,
DOMAIN_GROUP_RID_COMPUTERS
},
{
{
'D'
,
'D'
},
WinAccountControllersSid
,
DOMAIN_GROUP_RID_CONTROLLERS
},
{
{
'C'
,
'A'
},
WinAccountCertAdminsSid
,
DOMAIN_GROUP_RID_CERT_ADMINS
},
{
{
'S'
,
'A'
},
WinAccountSchemaAdminsSid
,
DOMAIN_GROUP_RID_SCHEMA_ADMINS
},
{
{
'E'
,
'A'
},
WinAccountEnterpriseAdminsSid
,
DOMAIN_GROUP_RID_ENTERPRISE_ADMINS
},
{
{
'P'
,
'A'
},
WinAccountPolicyAdminsSid
,
DOMAIN_GROUP_RID_POLICY_ADMINS
},
{
{
'R'
,
'S'
},
WinAccountRasAndIasServersSid
,
DOMAIN_ALIAS_RID_RAS_SERVERS
},
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment