Bug 1730259 - Wrong entry DN in the example to set the nsslapd-db-locks.
Summary: Wrong entry DN in the example to set the nsslapd-db-locks.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Directory Server
Classification: Red Hat
Component: Doc-performance-and-tuning
Version: 10.3
Hardware: All
OS: All
unspecified
medium
Target Milestone: DS10.3
: rhds-10.3
Assignee: Marc Muehlfeld
QA Contact: RHDS QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-07-16 10:34 UTC by Têko Mihinto
Modified: 2019-07-25 15:33 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-07-25 15:12:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Têko Mihinto 2019-07-16 10:34:32 UTC
Document URL: 
https://access.redhat.com/documentation/en-us/red_hat_directory_server/10/html/performance_tuning_guide/locks

Section Number and Name: 
Chapter 3. Tuning the Number of Locks
    Setting the Number of Locks

Describe the issue: 
The entry DN for the parameter nsslapd-db-locks is incorrect.
It should be "cn=config,cn=ldbm database,cn=plugins,cn=config"
instead of "cn=config".

Suggestions for improvement: 
Change the example to:
========================================================
# ldapmodify -D "cn=Directory Manager" -W -p 389 -h server.example.com -x
dn: cn=config,cn=ldbm database,cn=plugins,cn=config
changetype: modify
replace: nsslapd-db-locks
nsslapd-db-locks: 20000
========================================================

Additional information: 
The entry DN is correctly specified in the Configuration docs:
https://access.redhat.com/documentation/en-us/red_hat_directory_server/10/html/configuration_command_and_file_reference/database_plug_in_attributes#nsslapd_db_locks

Comment 2 Marc Muehlfeld 2019-07-25 15:12:33 UTC
I updated the DN in the 10.3 documentation.

The update is now available on the Customer Portal:
https://access.redhat.com/documentation/en-us/red_hat_directory_server/10/html-single/performance_tuning_guide/index#locks


Note You need to log in before you can comment on or make changes to this bug.