[ROSLOGIN] Add an LDIF to disable the default OpenLDAP limit of 500 entries per query.

This commit is contained in:
Colin Finck 2018-06-27 10:50:38 +02:00
parent 60bf1ba50f
commit 60cec6c5b9

View File

@ -0,0 +1,16 @@
#
# This is required when debugging migrate.php, because it empties the entire LDAP directory first.
# The default size limit of 500 entries may also be exceeded for other operations, so applying this LDIF is highly recommended.
#
# Use ldapmodify -Y EXTERNAL -H ldapi:/// -f sizelimit.ldif
#
dn: cn=config
changetype: modify
replace: olcSizeLimit
olcSizeLimit: unlimited
dn: olcDatabase={-1}frontend,cn=config
changetype: modify
replace: olcSizeLimit
olcSizeLimit: unlimited