Ziba, You have the same scenario of ours. I'm very interested in your patch. Would you share it?
Jonathan Araújo Administrador de Infra-estrutura de TI Gerência de TI - INDG S.A. -----Mensagem original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Ziba Scott Enviada em: terça-feira, 28 de outubro de 2008 13:19 Para: RoundCube Dev Assunto: Re: [RCD] RES: RES: Contacts gettiong exposed on html till wrote: > On Tue, Oct 28, 2008 at 3:57 PM, Michael Baierl <[EMAIL PROTECTED]> wrote: > > No, it's easier and less expensive to pull it once and so to speak > "cache" them in the source code/clientside and perform the > auto-complete without a server request. Otherwise it will be slower > and more expensive as you hit the database or your LDAP directory for > every key-event. > > I agree that populating the contacts upfront can be faster and less expensive for many or maybe most installations. However, it isn't really an option for very large LDAP directories. Some directories simply will not return a full listing of all users. In our environment, we have modified the autocomplete to do an ajax request because we wanted to provide our users with a list of their personal contacts combined with contacts pulled from a very large ldap system. We have plenty of extra LDAP server muscle, so repeated queries aren't a concern (and we're doing caching in php as a part of our patch). Cheers, Ziba _______________________________________________ List info: http://lists.roundcube.net/dev/ -------------------------------------------------------------------------------- Este documento pode incluir informação confidencial e de propriedade restrita do Instituto de Desenvolvimento Gerencial-INDG e apenas pode ser lido por aquele(s) a quem sido endereçado. Se você recebeu esta mensagem de e-mail indevidamente, por favor avise-nos imediatamente. Quaisquer opiniões ou informações contidas neste e-mail pertencem ao seu remetente e não necessariamente coincidem com as do Instituto de Desenvolvimento Gerencial-INDG. Este documento não pode ser reproduzido, copiado, distribuído, publicado ou modificado por terceiros, sem a prévia autorização por escrito do Instituto de Desenvolvimento Gerencial-INDG. This document may include proprietary and confidential information of Instituto de Desenvolvimento Gerencial-INDG, and may only be read by those persons to whom it is addressed. If you have received this e-mail message in error, please notify us immediately. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of the Instituto de Desenvolvimento Gerencial - INDG. This document may not be reproduced, copied, distributed, published, modified or furnished to third parties, without the prior written consent of Instituto de Desenvolvimento Gerencial-INDG. -------------------------------------------------------------------------------- _______________________________________________ List info: http://lists.roundcube.net/dev/
