Skip to content

Commit

Permalink
Merge pull request #36 from simondotsh/dev
Browse files Browse the repository at this point in the history
DumpSMSAPassword: added the value of sMSA to computer objects
  • Loading branch information
JonasBK authored May 3, 2023
2 parents b4389ce + 5651446 commit dd4040e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Runtime/ObjectProcessors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ private async Task<Computer> ProcessComputerObject(ISearchResultEntry entry,
ret.AllowedToDelegate = computerProps.AllowedToDelegate;
ret.AllowedToAct = computerProps.AllowedToAct;
ret.HasSIDHistory = computerProps.SidHistory;
ret.DumpSMSAPassword = computerProps.DumpSMSAPassword;
}

if (!_methods.IsComputerCollectionSet())
Expand Down

0 comments on commit dd4040e

Please sign in to comment.