#51005 AttributeUniqueness plugin's DN parameter should not have a default value
Closed: wontfix by vashirov. Opened by vashirov.

Issue Description

Currently we have an optional dn parameter with a default value:

def __init__(self, instance, dn="cn=plugins,cn=config"):

This breaks some tests that assume the default base DN for this plugin. But it can have multiple instances, so we should always specify the DN. Making this parameter mandatory will ensure this.


Commit 426e4e08 fixes this issue

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/4058

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

Metadata
Related Pull Requests