Skip to content

Commit

Permalink
fix: add all obj classes to container collection
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBK committed Nov 1, 2023
1 parent 24f07cc commit de67275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Producers/BaseProducer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected LDAPData CreateLDAPData()
{
if ((methods & ResolvedCollectionMethod.Container) != 0)
{
query = query.AddContainers().AddDomains();
query = query.AddComputers().AddContainers().AddUsers().AddGroups().AddDomains().AddOUs().AddGPOs();
props.AddRange(CommonProperties.ContainerProps);
}

Expand Down

0 comments on commit de67275

Please sign in to comment.