Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lkarlslund/adalanche
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Jan 24, 2025
2 parents a7fde61 + 74c39b2 commit 52163b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/integrations/activedirectory/analyze/analyze-ad.go
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ func init() {
// All DCs are members of Enterprise Domain Controllers
object.EdgeTo(ao.FindOrAddAdjacentSID(EnterpriseDomainControllers, object), activedirectory.EdgeMemberOfGroup)

DCsyncObject.EdgeTo(object, activedirectory.EdgeCall)
object.EdgeTo(DCsyncObject, activedirectory.EdgeCall)

// Also they can DCsync because of this membership ... FIXME
}
Expand Down

0 comments on commit 52163b4

Please sign in to comment.