6.0.0-alpha12
6/16/25

[#10063] Automatic search fail with LDAP addressbook
Summary Automatic search fail with LDAP addressbook
Queue Turba
Queue Version Git master
Type Bug
State No Feedback
Priority 1. Low
Owners
Requester rafael.molina.sspa (at) juntadeandalucia (dot) es
Created 05/10/2011 (5151 days ago)
Due 05/10/2011 (5151 days ago)
Updated 09/06/2011 (5032 days ago)
Assigned 05/20/2011 (5141 days ago)
Resolved 09/06/2011 (5032 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/06/2011 04:53:26 PM Jan Schneider State ⇒ No Feedback
 
07/30/2011 12:09:36 PM Jan Schneider Comment #9 Reply to this comment
Do you still see this in the latest version?
06/30/2011 09:59:55 AM rafael (dot) molina (dot) sspa (at) juntadeandalucia (dot) es Comment #8 Reply to this comment
not.. in firefox too.

i not test yet the latest version..

06/30/2011 09:51:08 AM Jan Schneider Comment #7 Reply to this comment
Rafael, is this the same issue you are seeing, i.e. does this only 
happen in IE?
06/15/2011 03:11:19 PM is (dot) wms (at) smmc (dot) org Comment #6 Reply to this comment
I was able to trace this behavior (in IE8) to the 5/20 commit of 
compose-dimp.js (to fix bug #10075). Using the version of 
compose-dimp.js from 5/19, the automatic search address list appears 
and "sticks" until a name is chosen. With the 5/20 version, the 
address list appears and disappears right away in IE8. Since this 
looks like an imp bug, I'll create a new bug there.
06/14/2011 02:17:40 PM is (dot) wms (at) smmc (dot) org Comment #5 Reply to this comment
Not sure if this is the same issue, but in IE8, the automatic search 
populates the pulldown list, but it briefly appears and then 
disappears right away (ie it just flashes on the screen and 
disappears). In Firefox 4, the list stays on the screen and lets the 
user pick a recipient. All other ways of finding an address (turba 
directly, clicking the To: and doing a search) work, so it seems like 
it might be a weird IE8 JS problem?
05/20/2011 11:43:16 PM rafael (dot) molina (dot) sspa (at) juntadeandalucia (dot) es Comment #4 Reply to this comment
Yes, with turba search work fine.

Too work fine with search in imp/dimp when i do click in "To" word , 
and in the new windows i do the search
05/20/2011 01:32:54 PM Jan Schneider Comment #3
Version ⇒ Git master
State ⇒ Feedback
Reply to this comment
Does searching work from Turba?
05/13/2011 07:26:43 AM Michael Slusarz Version ⇒
Queue ⇒ Turba
Priority ⇒ 1. Low
 
05/13/2011 07:24:23 AM rafael (dot) molina (dot) sspa (at) juntadeandalucia (dot) es Comment #2 Reply to this comment
This is my configuration en backends.php

$cfgSources['localldap'] = array(
     // Disabled by default
     'disabled' => false,
     'title' => _("Corporativo"),
     'type' => 'ldap',
     'params' => array(
         'server' => '192.168.0.9',
         'port' => 389,
         'tls' => false,
         'root' => '',
         'bind_dn' => '',
         'bind_password' => '',
         //'sizelimit' => 0,
         'dn' => array('cn'),
         'objectclass' => array('*'),
         //'scope' => 'sub',
         //'charset' => 'utf-8',
         //'checkrequired' => false,
         //'checkrequired_string' => ' ',
         //'checksyntax' => false,
         'version' => 3,
     ),
     'map' => array(
         '__key' => 'dn',
         'name' => 'cn',
         'email' => 'mail',
     ),
     'search' => array(
         'name',
         'email'
     ),
     'export' => true,
     'browse' => true,

);


05/10/2011 07:03:29 AM rafael (dot) molina (dot) sspa (at) juntadeandalucia (dot) es Comment #1
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 05/10/2011
Summary ⇒ Automatic search fail with LDAP addressbook
Type ⇒ Bug
Priority ⇒ 2. Medium
Reply to this comment
Hi

I have configurate a LDAP address book. This address book work fine 
when i go to turba module and i do a search.

Work fine when i compose a new mesage and i click in "To" word. This 
open a new windows and i can do the search.

But fail when i do the search automatically writen in To field.

i have configurate in mail options -> Addressbooks
This working fine in Horde Groupware Webmail 1.2.9.

Thanks

Saved Queries