Hi!
I'ved configured my Roundcube to access to my ldap addressbook.
I'ved applied the ldap's pacth
If I write a new message I see on the top of page this error message :
"Warning: ldap_search() [function.ldap-search]: Partial search results returned: Sizelimit exceeded in /accounts/tmg/php5-fastcgi/pasqualoni.it/webmail/rcube_ldap.php on line 576"
My ldap provider have set the sizelimit to 500 object, in rcube_ldap.php on line 576 the $this->sizelimit variable is set to 0 from the ldap_get_option($this->conn, LDAP_OPT_SIZELIMIT,
> $this->sizelimit) command.
If i write the mail address the autocomplete function work fine, probably because when i write i apply a filter and the result don't exceded the sizimit.
When i go on contacts tab i can't do nothing, i see in Group column the ldap server, but if i click it i cant see the account, i cant' serach for contact and also the upper toolbar (new contact, delete contact, send mail, etc) is disabled.
Someone can help me?!?!
P.S. I'm sorry for my bad english!
Bye!