We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f5d42 commit af71c15Copy full SHA for af71c15
src/Producers/BaseProducer.cs
@@ -71,7 +71,7 @@ protected LDAPData CreateLDAPData()
71
{
72
if ((methods & ResolvedCollectionMethod.Container) != 0)
73
74
- query = query.AddContainers();
+ query = query.AddContainers().AddDomains();
75
props.AddRange(CommonProperties.ContainerProps);
76
}
77
0 commit comments