Skip to content

Commit

Permalink
fix: add proper props to cert services
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Jan 18, 2024
1 parent 7b71960 commit 1dea05a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Producers/BaseProducer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ protected LDAPData CreateConfigNCData()
{
query = allObjectTypesQuery;
props.AddRange(CommonProperties.CertAbuseProps);
props.AddRange(CommonProperties.ObjectPropsProps);
props.AddRange(CommonProperties.ContainerProps);
props.AddRange(CommonProperties.ACLProps);
}

if ((methods & ResolvedCollectionMethod.Container) != 0)
Expand Down

0 comments on commit 1dea05a

Please sign in to comment.