#51000 Remove code duplication from the BDB backend separation work
Closed: wontfix by mreynolds. Opened by mreynolds.

Issue Description

There is some code duplication from when the BDB backend code was separated. Here is one example where this code is found in back-ldbm/db-bdb/bdb_config.c and back-ldbm/ldbm_config.c

slapi_config_register_callback(SLAPI_OPERATION_SEARCH, DSE_FLAG_PREOP, dn,
                                   LDAP_SCOPE_BASE, "(objectclass=*)", ldbm_back_dbmonitor_search,
                                   (void *)li)

Metadata Update from @mreynolds:
- Custom field origin adjusted to None
- Custom field reviewstatus adjusted to None
- Issue assigned to lkrispen
- Issue priority set to: major
- Issue set to the milestone: 1.4.2

Metadata Update from @mreynolds:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1851972

Issue linked to Bugzilla: Bug 1851972

Metadata Update from @mreynolds:
- Issue assigned to mreynolds (was: lkrispen)
- Issue tagged with: lmdb

https://pagure.io/389-ds-base/pull-request/51202

Commit ed5b13ca relates to this ticket

Commit ed5b13c relates to this ticket

f7f79ae57..7ab8badd2 389-ds-base-1.4.3 -> 389-ds-base-1.4.3

14b0dcbaf..88006a67c 389-ds-base-1.4.2 -> 389-ds-base-1.4.2

Metadata Update from @mreynolds:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

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

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