Ticket #1485132 (closed Bugs: invalid)

Opened 2 months ago

Last modified 2 months ago

LDAP filter $value doesn't get evaluated

Reported by: anilj Owned by:
Priority: 3 Milestone: 0.2-beta
Component: LDAP connection Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

While typing in the recipient address in the compose mail window the value that is entered is not being used in the LDAP search filter.

The search filter ends up being: filter="(&(objectClass=top)(|(mail=*)(cn=*)))"

There is nothing in the $value it seems rcube_ldap.php:search().

Change History

Changed 2 months ago by alec

  • milestone changed from later to 0.2-beta

Changed 2 months ago by alec

  • status changed from new to closed
  • resolution set to invalid

What's the problem? Value is not used because when displaying compose window all contacts are fetched from addressbook and the list is filtered "live" in javascript (without ldap calls). Invalid?

Note: See TracTickets for help on using tickets.