change default ldap paging size to 500
This commit is contained in:
parent
c76d952dac
commit
0d9d70b51c
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ class Configuration {
|
|||
'has_memberof_filter_support' => 0,
|
||||
'last_jpegPhoto_lookup' => 0,
|
||||
'ldap_nested_groups' => 0,
|
||||
'ldap_paging_size' => 0,
|
||||
'ldap_paging_size' => 500,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue