Hi guys,
auto-completion doesn't work properly for LDAP directories with more than 1000 entries due to an hardcoded limit in program/steps/mail/compose.inc, line 906:
$LDAP->set_pagesize(1000);
ciao, ema _______________________________________________ List info: http://lists.roundcube.net/dev/
Well, this code is crap anyway.
When working with huge LDAP directories we cannot copy all entries to the client due to the big data volume. Here we need an interactive ajax-based search mechanism triggered by the client. AFAIK there's somebody working on this.
~Thomas
Emanuele Rocca wrote:
Hi guys,
auto-completion doesn't work properly for LDAP directories with more than 1000 entries due to an hardcoded limit in program/steps/mail/compose.inc, line 906:
$LDAP->set_pagesize(1000);
ciao, ema _______________________________________________ List info: http://lists.roundcube.net/dev/
List info: http://lists.roundcube.net/dev/