Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db instance cn=monitor showing stats for other db instances #465

Closed
389-ds-bot opened this issue Sep 12, 2020 · 3 comments
Closed

db instance cn=monitor showing stats for other db instances #465

389-ds-bot opened this issue Sep 12, 2020 · 3 comments
Labels
closed: fixed Migration flag - Issue
Milestone

Comments

@389-ds-bot
Copy link

Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/465


db instance foo - dbdir db/foo/
db instance foobar - dbdir db/foobar/

run an ldapsearch to get cn=monitor,cn=foo,cn=ldbm database,cn=plugins,cn=config

You will see entries like this:
dbfilename-14: foo/id2entry.db4
dbfilename-30: foobar/id2entry.db4

The problem is the logic in ldbm_back_monitor_instance_search():172 - it should see if the db filename begins with "instname/" instead of just seeing if it begins with "instname"

@389-ds-bot 389-ds-bot added the closed: fixed Migration flag - Issue label Sep 12, 2020
@389-ds-bot 389-ds-bot added this to the 1.3.0 milestone Sep 12, 2020
@389-ds-bot
Copy link
Author

@389-ds-bot
Copy link
Author

Comment from nkinder (@nkinder) at 2013-03-07 00:15:19

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

@389-ds-bot
Copy link
Author

Comment from nkinder (@nkinder) at 2017-02-11 22:47:59

Metadata Update from @nkinder:

  • Issue assigned to elkris
  • Issue set to the milestone: 1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: fixed Migration flag - Issue
Projects
None yet
Development

No branches or pull requests

1 participant