Hi,
Since some people seem to be interested in LDAP autocompletion feature, (http://trac.roundcube.net/trac.cgi/ticket/1483899) I coded it on my RC copy. I tried it, and it looks like working ; (I permit myself to join the patch to this mail, because it is not really huge).
By the way, my current RC copy begins to be slightly different from the svn copy. So it will be great if some LDAP users could give some feedbacks. In addition, a main problem of this code is that it could certainly slow the generations of the pages in some cases. (I have less than 20 contacts on my LDAP, but what if there was more than a thousand ?).
best regards,
Thanks for the patch.
It works very well. I am running with 300 users and I find no delay
at all. Even searching my 300 LDAP users and my 100 personal
contacts seems instantaneous.
Thanks again, Ken
On Dec 1, 2006, at 5:38 PM, Pierre Mauduit wrote:
Hi,
Since some people seem to be interested in LDAP autocompletion
feature, (http://trac.roundcube.net/trac.cgi/ticket/1483899) I
coded it on my RC copy. I tried it, and it looks like working ; (I
permit myself to join the patch to this mail, because it is not
really huge).By the way, my current RC copy begins to be slightly different from
the svn copy. So it will be great if some LDAP users could give
some feedbacks. In addition, a main problem of this code is that it
could certainly slow the generations of the pages in some cases. (I
have less than 20 contacts on my LDAP, but what if there was more
than a thousand ?).best regards,
-- Pierre <compose_391.inc.diff>
Dear Pierre,
I'm interest in this patch. We have a LDAP base with aprox 5000
users. Can you send me the patch? We intend to use Round cube in our web mail solution. And the LDAP is the feature we need for implement the project .
Thanks
Carlos
On 12/12/06, Ken Samland ksamland@wilson.wnyric.org wrote:
Thanks for the patch.
It works very well. I am running with 300 users and I find no delay at all. Even searching my 300 LDAP users and my 100 personal contacts seems instantaneous.
Thanks again, Ken
On Dec 1, 2006, at 5:38 PM, Pierre Mauduit wrote:
Hi,
Since some people seem to be interested in LDAP autocompletion feature, ( http://trac.roundcube.net/trac.cgi/ticket/1483899) I coded it on my RC copy. I tried it, and it looks like working ; (I permit myself to join the patch to this mail, because it is not really huge).
By the way, my current RC copy begins to be slightly different from the svn copy. So it will be great if some LDAP users could give some feedbacks. In addition, a main problem of this code is that it could certainly slow the generations of the pages in some cases. (I have less than 20 contacts on my LDAP, but what if there was more than a thousand ?).
best regards,
-- Pierre<compose_391.inc.diff>
Hi,
I'm interest in this patch. We have a LDAP base with aprox 5000
users. Can you send me the patch? We intend to use Round cube in our web mail solution. And the LDAP is the feature we need for implement the project
here's the patch (diff between latest svn and my working copy) : http://pedrov.kwain.net/~pedrov/rcube/compose_404.inc.diff (thanks to Ken for having tested it, it should work despite my mods on the rcube_ldap class)
By the way, as I said, all contacts are currently stored into a javascript array, so perhaps 5000+ contacts should be a bit too much ! (not really for the server, but for the client)
Please, let us know if it is working
I've just parked this on my svn installation and pointed it at our 5000+ strong ldap server and it worked great. My ancient laptop didn't like it too much (no ram) but it's working great on everything else. Good work!
-Ryan Rittenhouse
Network Administrator Goshen College (574) 535-7004
Pierre Mauduit wrote:
Hi,
I'm interest in this patch. We have a LDAP base with aprox 5000
users. Can you send me the patch? We intend to use Round cube in our web mail solution. And the LDAP is the feature we need for implement the project
here's the patch (diff between latest svn and my working copy) : http://pedrov.kwain.net/~pedrov/rcube/compose_404.inc.diff (thanks to Ken for having tested it, it should work despite my mods on the rcube_ldap class)
By the way, as I said, all contacts are currently stored into a javascript array, so perhaps 5000+ contacts should be a bit too much ! (not really for the server, but for the client)
Please, let us know if it is working