Skip to content

Commit

Permalink
RODC abuse support
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBK committed Feb 22, 2023
1 parent b4389ce commit 021162c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Runtime/ObjectProcessors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ private async Task<Computer> ProcessComputerObject(ISearchResultEntry entry,
ret.AllowedToDelegate = computerProps.AllowedToDelegate;
ret.AllowedToAct = computerProps.AllowedToAct;
ret.HasSIDHistory = computerProps.SidHistory;
ret.ManagedBy = computerProps.ManagedBy;
ret.RevealOnDemand = computerProps.RevealOnDemand;
ret.NeverReveal = computerProps.NeverReveal;
}

if (!_methods.IsComputerCollectionSet())
Expand Down

0 comments on commit 021162c

Please sign in to comment.