mirror of
https://github.com/reactos/web.git
synced 2024-11-23 11:49:47 +00:00
[ROSLOGIN] Add an LDIF to disable the default OpenLDAP limit of 500 entries per query.
This commit is contained in:
parent
60bf1ba50f
commit
60cec6c5b9
16
resources/roslogin/sizelimit.ldif
Normal file
16
resources/roslogin/sizelimit.ldif
Normal 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
|
Loading…
Reference in New Issue
Block a user