[freeipa PR#5145][opened] Fix nsslapd-db-lock tuning of BDB backend
by tiran
URL: https://github.com/freeipa/freeipa/pull/5145
Author: tiran
Title: #5145: Fix nsslapd-db-lock tuning of BDB backend
Action: opened
PR body:
"""
nsslapd-db-lock was moved from cn=config,cn=ldbm database,cn=plugins,cn=config
entry to cn=bdb subentry. Manual patching of dse.ldif was no longer
working. Installations with 389-DS 1.4.3 and newer are affected.
Also skip offline dse.ldif patching by default. The installer now stop and
patches dse.ldif only when the option --dirsrv-config-file is used. LDBM
nsslapd-db-locks are increased in a new step. This speeds up installer by 4
or more seconds on a fast system.
Fixes: https://pagure.io/freeipa/issue/8515
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5145/head:pr5145
git checkout pr5145
2 years, 6 months