Hello,

When compose calls the LDAP search function (to build the auto-complete list) it passes an empty '$value' parameter. In this case, when all the bits of the filter get concatenated you end up with something like this:

(|(mail=**)(cn=**))

which isn't valid syntax (at least it's not on my LDAP server).

Here's a tiny patch to rcube_ldap.inc that eliminates the double wildcards. There may be a better way to do it, but this was simple.

Cheers,
Roy

--

Roy McMorran
Systems Administrator
MDI Biological Laboratory
[EMAIL PROTECTED]




--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
 http://detached.gigo.com/rc/ls/uvbblwG2/rcube_ldap.inc.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---

_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to