Skip to content

Commit

Permalink
Fixed schema parsing with superiors
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Nov 10, 2023
1 parent 78768a6 commit 1014d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/integrations/activedirectory/attributes.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
GPCFileSysPath = engine.NewAttribute("gPCFileSysPath").Tag("AD").Merge()
SchemaIDGUID = engine.NewAttribute("schemaIDGUID").Tag("AD").Type(engine.AttributeTypeGUID)
PossSuperiors = engine.NewAttribute("possSuperiors")
SystemPossSuperiors = engine.NewAttribute("possSuperiors")
SystemPossSuperiors = engine.NewAttribute("systemPossSuperiors")
SubClassOf = engine.NewAttribute("subClassOf").Tag("AD")
SystemMayContain = engine.NewAttribute("systemMayContain")
SystemMustContain = engine.NewAttribute("systemMustContain")
Expand Down

0 comments on commit 1014d17

Please sign in to comment.