Skip to content

Commit

Permalink
Unused attribute in engine
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Sep 12, 2022
1 parent 5dc0951 commit 4835a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/engine/attributes.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ var (
UniqueSource = NewAttribute("_source")

IPAddress = NewAttribute("IPAddress")
Hostname = NewAttribute("hostname").Merge()
DownLevelLogonName = NewAttribute("downLevelLogonName").Merge()
UserPrincipalName = NewAttribute("userPrincipalName").Merge()
NetbiosDomain = NewAttribute("netbiosDomain") // Used to merge users with - if we only have a DOMAIN\USER type of info
Expand Down

0 comments on commit 4835a3e

Please sign in to comment.