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
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