#48258 dna plugin needs to handle binddn groups for authorization
Closed: wontfix None Opened 8 years ago 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 123df4d

committed to 1.3.4:
commit c6fd6a1

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

7 years ago

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)

3 years ago

Login to comment on this ticket.

Metadata