#48258 dna plugin needs to handle binddn groups for authorization
Closed: wontfix Opened by lkrispen.

The dna plugin uses the replica bind credentials to check if a connecion is allowed to perform the range request operation.
It checks the bindn in the replica object, but since the introduction of binddn groups a single bind dn may no longer exist.
DNA plugin also needs to evaluate the bindn groupd


{{{
2823 attrs[0] = "member";
2824 attrs[1] = "uniquemember";
}}}
please set attrs[2] = 0 even though you set it above, to avoid any future problems if attrs is changed earlier in the code.

Committed to master
commit 123df4dc081acffefad9ea68c64a7df92d93b63c

committed to 1.3.4:
commit c6fd6a19b690c1a64bbd7bc413caa39376660cb6

Ticket has been cloned to Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1258611

Metadata Update from @nhosoi:
- Issue assigned to lkrispen
- Issue set to the milestone: 1.3.4.4

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/1589

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