#49050 adding objectclass ldapsubentry not effecive immediately
Closed: wontfix Opened by lkrispen.

entries containing objectclass ldapsubentry are not returne in normal searches,
but if the objectclass is added via ldapmodify the flag is not set in the cache entry and it is not effective until reloaded to the cache


Metadata Update from @lkrispen:
- Issue set to the milestone: 1.3.6.0

Metadata Update from @lkrispen:
- Issue close_status updated to: None

Metadata Update from @mreynolds:
- Custom field reviewstatus adjusted to ack
- Issue set to the milestone: 1.3.7.0 (was: 1.3.6.0)

for ( j = 0; mods[i]->mod_bvalues != NULL && mods[i]->mod_bvalues[j] != NULL; j++ ) {

should be:

for (size_t j = 0; mods[i]->mod_bvalues != NULL && mods[i]->mod_bvalues[j] != NULL; j++ ) {

and remove the int j definition above.

committed to master including Williams comments:

commit fc10c8b392affc7a125dedcefdd7fdda482079c6

Metadata Update from @lkrispen:
- 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/2109

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