-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
Low
-
rhel-sst-ccs
-
3
-
False
-
False
-
-
None
-
CCS 2025-20
-
None
-
Unspecified
-
Unspecified
-
Unspecified
Description of a problem
There seems to be a mistake in "10.5. Setting the DN cache size using the command line" of the our document[1] . It shows the following command example in "1" of "Procedure": ~~~ # dsconf -D "cn=Directory Manager" ldap://server.example.com suffix list ~~~ I think the above is not correct, but it should be the following: ~~~ # dsconf -D "cn=Directory Manager" ldap://server.example.com backend suffix list ~~~ [1] https://docs.redhat.com/en/documentation/red_hat_directory_server/12/html-single/tuning_the_performance_of_red_hat_directory_server/index#proc_setting-the-dn-cache-size-using-the-command-line_assembly_managing-cache-settings
Version-Release number of the selected component
rpm -q 389-ds-base cockpit-389-ds
# rpm -q 389-ds-base cockpit-389-ds 389-ds-base-2.2.7-12.module+el9dsrv+23312+d72d702a.x86_64 cockpit-389-ds-2.2.7-12.module+el9dsrv+23312+d72d702a.noarch
Browser (if applicable)
Steps to reproduce
1. 2. 3.
Actual results
The document shows: ~~~ # dsconf -D "cn=Directory Manager" ldap://server.example.com suffix list ~~~
Expected results
~~~ # dsconf -D "cn=Directory Manager" ldap://server.example.com backend suffix list ~~~