Skip to content

Commit

Permalink
Added more datatypes to AD Explorer import
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Sep 19, 2022
1 parent f18195e commit f23d3d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/integrations/activedirectory/collect/adexplorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,10 @@ func (ad *AttributeDecoder) BinaryDecode(r binstruct.Reader) error {
ADSTYPE_CASE_IGNORE_STRING,
ADSTYPE_PRINTABLE_STRING,
ADSTYPE_NUMERIC_STRING,
ADSTYPE_OBJECT_CLASS:
ADSTYPE_OBJECT_CLASS,
ADSTYPE_PATH,
ADSTYPE_POSTALADDRESS,
ADSTYPE_DN_WITH_STRING:

// First read the offsets
if i == 0 {
Expand Down

0 comments on commit f23d3d7

Please sign in to comment.