Skip to content

Commit

Permalink
update default tier zero (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBK authored Dec 17, 2024
1 parent d7025ff commit c9bb352
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/go/analysis/ad/ad.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ const (
EnterpriseKeyAdminsGroupSIDSuffix = "-527"
AdministratorsGroupSIDSuffix = "-544"
BackupOperatorsGroupSIDSuffix = "-551"
PerformanceLogUsersSIDSuffix = "-559"
DCOMUsersSIDSuffix = "-562"
AuthenticatedUsersSuffix = "-S-1-5-11"
EveryoneSuffix = "-S-1-1-0"
AdminSDHolderDNPrefix = "CN=ADMINSDHOLDER,CN=SYSTEM,"
Expand All @@ -73,8 +71,6 @@ func TierZeroWellKnownSIDSuffixes() []string {
EnterpriseKeyAdminsGroupSIDSuffix,
BackupOperatorsGroupSIDSuffix,
AdministratorsGroupSIDSuffix,
DCOMUsersSIDSuffix,
PerformanceLogUsersSIDSuffix,
}
}

Expand Down

0 comments on commit c9bb352

Please sign in to comment.