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 |
i not test yet the latest version..
happen in IE?
compose-dimp.js (to fix
bug #10075). Using the version ofcompose-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.
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?
Too work fine with search in imp/dimp when i do click in "To" word ,
and in the new windows i do the search
Version ⇒ Git master
State ⇒ Feedback
Queue ⇒ Turba
Priority ⇒ 1. Low
$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,
);
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 05/10/2011
Summary ⇒ Automatic search fail with LDAP addressbook
Type ⇒ Bug
Priority ⇒ 2. Medium
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