Hi!<br><br>I'm trying again with the Owncloud 4.5 Beta (Well actually the master branch) and I have almost the same issue... the CPU of my server goes to 100% when I try to make a simple list or query over the LDAP users. Actually it loops until time is up... <br>

<br><span id="result_box" class="short_text" lang="en"><span class="hps">How does the cache work?</span></span><br><br>Another issue, I think there's a mistyped in apps/user_ldap/lib/access.php line 388, it reads:<br>

<div style="margin-left:40px">$sqlAdjustment = 'FROM `dual`';<br></div><span id="result_box" class="short_text" lang="en"><span class="hps">And it should be</span></span>:<br><div style="margin-left:40px">$sqlAdjustment = 'FROM DUAL';<br>

</div>Otherwise it throws a syntax error on MySQL<br><br>Regards,<br clear="all">Manuel Delgado<br><br>-----------------------------------------------------------<br><b>Usuario Linux</b> <i>#<a href="http://counter.li.org/" target="_blank">520940</a></i> <br>

<br>Bach. Computación e Informática<br>Universidad de Costa Rica<br><img src="https://lh4.googleusercontent.com/-j4POoAAfhhk/TmUfmlNMMeI/AAAAAAAAAUU/ZINhqSYOJL4/vCard_ManuelUCR_peque%2525C3%2525B1o.png" height="96" width="96"><br>

<br><br>
<br><br><div class="gmail_quote">On Fri, Aug 10, 2012 at 3:33 AM, Arthur Schiwon <span dir="ltr"><<a href="mailto:blizzz@owncloud.com" target="_blank">blizzz@owncloud.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5"><br>
<br>
On 08/10/2012 09:02 AM, Dirk Kastens wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Manual,<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
When I set the size limit, ldap_serch will only return X entries, so<br>
autocompletion will only work on those X entries and I'll be unable to<br>
share the file with anyone beyond X.<br>
<br>
Is this right? or am I missing something?<br>
</blockquote>
<br>
Theoretically you're right. But with autocompletion, the more letters<br>
you type, the less users will match. For example, you will share a file<br>
with user tomcat: you type "t" and will get a list of 100 users out of<br>
2000 that start with a "t". Then you type "o" and now you will see all<br>
50 users that start with "to". This is the way autocompletion works with<br>
SOGo. But if owncloud will only use the initial list of users that is<br>
found after typing the first letter, this will not work. So it depends<br>
on how owncloud's autocompletion is implemented.<br>
</blockquote>
<br></div></div>
Unfortunately it is like this, yet. As Michael said, we're working on a better implementation with OC 5.<br>
<br>
Cheers<span class="HOEnZb"><font color="#888888"><br>
Arthur</font></span><div class="im HOEnZb"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Dirk<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/owncloud</a><br>
<br>
</blockquote></div><div class="HOEnZb"><div class="h5">
______________________________<u></u>_________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/owncloud</a><br>
</div></div></blockquote></div><br>