Skip to content

Commit

Permalink
GUID for pwdLastSet attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed May 17, 2023
1 parent b7b64d4 commit 2251281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/integrations/activedirectory/analyze/analyze-ad.go
Expand Up @@ -35,6 +35,7 @@ var (
AttributeScriptPathGUID, _ = uuid.FromString("{bf9679a8-0de6-11d0-a285-00aa003049e2}")
AttributeMSDSManagedPasswordId, _ = uuid.FromString("{0e78295a-c6d3-0a40-b491-d62251ffa0a6}")
AttributeUserAccountControlGUID, _ = uuid.FromString("{bf967a68-0de6-11d0-a285-00aa003049e2}")
AttributePwdLastSetGUID, _ = uuid.FromString("{bf967a0a-0de6-11d0-a285-00aa003049e2}")

ExtendedRightCertificateEnroll, _ = uuid.FromString("{0e10c968-78fb-11d2-90d4-00c04f79dc55}")
ExtendedRightCertificateAutoEnroll, _ = uuid.FromString("{a05b8cc2-17bc-4802-a710-e7c15ab866a2}")
Expand Down

0 comments on commit 2251281

Please sign in to comment.