mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
It seems that the issue https://github.com/dogtagpki/pki/issues/5133 we are hitting now is because the limit on the newly deployed is set only to 2000, which makes it reach the LDAP administrative limit.
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
dn: cn=config
|
|
changetype: modify
|
|
replace: nsslapd-maxsasliosize
|
|
nsslapd-maxsasliosize: 3145728
|
|
|
|
dn: cn=config
|
|
changetype: modify
|
|
replace: nsslapd-sizelimit
|
|
nsslapd-sizelimit: 100000
|