Is your feature request related to a problem? Please describe.
Some of the reports rely on name rather than ObjectSid which leads to wrong assesments (especialy in acl_anomaly control )
In multi site entreprise, many have a structured OU divided by site , and sub OU users or computers which will have the same name in each site to meet standard structure.
In Ad Miner, some of the controls are based on python dict where the key is the name which is not accurate and can have multiple objects matching this name.
Describe the solution you'd like
I suggest to use ObjectSid as keys to avoid wrong assesments in reports,
and a tooltip with DistinguishedName (or ObjectSid) in html reports to avoid confusion
Additional context