#50190 Ticket 50184 - Add cli tool parity to dsconf/dsctl
Closed by spichugi. Opened by firstyear.
firstyear/389-ds-base 50184-cli-tool-parity  into  master

Download 50190.patch

Bug Description: As we are removing the shell/perl tools, we need
to have functional parity with the existing tools. This adds the
final tools needed to make that equivalent.

Fix Description: Add support for dbverify, linkedattr fixup and
a monitoring tool.

https://pagure.io/389-ds-base/issue/50184

Author: William Brown william@blackhats.net.au

Review by: ???

fix

rebased onto c664fdf69b5b1389ea6b2d294d6aed01783c1331

rebased onto cf4adad55d72c85053864b23ca9f8512a5b25989

Just for your @mreynolds.

{william@ldapkdc 14:45} ~/development/389ds I0> sudo -u dirsrv dsconf -j localhost monitor server > /tmp/out
Enter password for cn=Directory Manager on ldaps://localhost:3636:
{william@ldapkdc 14:45} ~/development/389ds I0> cat /tmp/out
{"type": "entry", "dn": "cn=monitor", "attrs": {"version": ["389-Directory/1.4.1.0 B2019.029.156"], "threads": ["28"], "connection": ["64:20190131044522Z:2:1:-:cn=directory manager:0:0:0:34:ip=127.0.0.1"], "currentconnections": ["1"], "totalconnections": ["34"], "currentconnectionsatmaxthreads": ["0"], "maxthreadsperconnhits": ["0"], "dtablesize": ["1024"], "readwaiters": ["0"], "opsinitiated": ["102"], "opscompleted": ["101"], "entriessent": ["34"], "bytessent": ["10843"], "currenttime": ["20190131044522Z"], "starttime": ["20190130231100Z"], "nbackends": ["1"]}}

rebased onto 1c5f0605e2d3be4a56b4d3aede4c02e11256b15b

Pull-Request has been merged by firstyear

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 pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/3249

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

Metadata