mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 00:20:04 -06:00
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
|
# Fix nsslapd-db-locks move
|
||
|
# https://pagure.io/freeipa/issue/8515
|
||
|
|
||
|
# replace 389-DS default with 50000 locks
|
||
|
dn: cn=bdb,cn=config,cn=ldbm database,cn=plugins,cn=config
|
||
|
replace: nsslapd-db-locks:10000::50000
|
||
|
|
||
|
# remove setting from old location
|
||
|
dn: cn=config,cn=ldbm database,cn=plugins,cn=config
|
||
|
remove: nsslapd-db-locks: 50000
|