<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Automatic search fail with LDAP addressbook</title> 
  <pubDate>Fri, 10 Apr 2026 14:48:36 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/10063</link> 
  <atom:link rel="self" type="application/rss+xml" title="Automatic search fail with LDAP addressbook" href="https://bugs.horde.org/ticket/10063/rss" /> 
  <description>Automatic search fail with LDAP addressbook</description> 
 
   
   
  <item> 
   <title>Hi

I have configurate a LDAP address book. This address b</title> 
   <description>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 &quot;To&quot; 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 -&gt; Addressbooks 
This working fine in Horde Groupware Webmail 1.2.9.

Thanks</description> 
   <pubDate>Tue, 10 May 2011 07:03:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10063#t64550</link> 
  </item> 
   
  <item> 
   <title>This is my configuration en backends.php

$cfgSources[&#039;loc</title> 
   <description>This is my configuration en backends.php

$cfgSources[&#039;localldap&#039;] = array(
    // Disabled by default
    &#039;disabled&#039; =&gt; false,
    &#039;title&#039; =&gt; _(&quot;Corporativo&quot;),
    &#039;type&#039; =&gt; &#039;ldap&#039;,
    &#039;params&#039; =&gt; array(
        &#039;server&#039; =&gt; &#039;192.168.0.9&#039;,
        &#039;port&#039; =&gt; 389,
        &#039;tls&#039; =&gt; false,
        &#039;root&#039; =&gt; &#039;&#039;,
        &#039;bind_dn&#039; =&gt; &#039;&#039;,
        &#039;bind_password&#039; =&gt; &#039;&#039;,
        //&#039;sizelimit&#039; =&gt; 0,
        &#039;dn&#039; =&gt; array(&#039;cn&#039;),
        &#039;objectclass&#039; =&gt; array(&#039;*&#039;),
        //&#039;scope&#039; =&gt; &#039;sub&#039;,
        //&#039;charset&#039; =&gt; &#039;utf-8&#039;,
        //&#039;checkrequired&#039; =&gt; false,
        //&#039;checkrequired_string&#039; =&gt; &#039; &#039;,
        //&#039;checksyntax&#039; =&gt; false,
        &#039;version&#039; =&gt; 3,
    ),
    &#039;map&#039; =&gt; array(
        &#039;__key&#039; =&gt; &#039;dn&#039;,
        &#039;name&#039; =&gt; &#039;cn&#039;,
        &#039;email&#039; =&gt; &#039;mail&#039;,
    ),
    &#039;search&#039; =&gt; array(
        &#039;name&#039;,
        &#039;email&#039;
    ),
    &#039;export&#039; =&gt; true,
    &#039;browse&#039; =&gt; true,

);

</description> 
   <pubDate>Fri, 13 May 2011 07:24:23 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10063#t64630</link> 
  </item> 
   
  <item> 
   <title>Does searching work from Turba?</title> 
   <description>Does searching work from Turba?</description> 
   <pubDate>Fri, 20 May 2011 13:32:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10063#t64912</link> 
  </item> 
   
  <item> 
   <title>Yes, with turba search work fine.

Too work fine with sear</title> 
   <description>Yes, with turba search work fine.

Too work fine with search in imp/dimp when i do click in &quot;To&quot; word , and in the new windows i do the search</description> 
   <pubDate>Fri, 20 May 2011 23:43:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10063#t64934</link> 
  </item> 
   
  <item> 
   <title>Not sure if this is the same issue, but in IE8, the automati</title> 
   <description>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?</description> 
   <pubDate>Tue, 14 Jun 2011 14:17:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10063#t65627</link> 
  </item> 
   
  <item> 
   <title>I was able to trace this behavior (in IE8) to the 5/20 commi</title> 
   <description>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 &quot;sticks&quot; 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&#039;ll create a new bug there.</description> 
   <pubDate>Wed, 15 Jun 2011 15:11:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10063#t65672</link> 
  </item> 
   
  <item> 
   <title>Rafael, is this the same issue you are seeing, i.e. does thi</title> 
   <description>Rafael, is this the same issue you are seeing, i.e. does this only happen in IE?</description> 
   <pubDate>Thu, 30 Jun 2011 09:51:08 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10063#t66026</link> 
  </item> 
   
  <item> 
   <title>not.. in firefox too.

i not test yet the latest version..</title> 
   <description>not.. in firefox too.

i not test yet the latest version..
</description> 
   <pubDate>Thu, 30 Jun 2011 09:59:55 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10063#t66027</link> 
  </item> 
   
  <item> 
   <title>Do you still see this in the latest version?</title> 
   <description>Do you still see this in the latest version?</description> 
   <pubDate>Sat, 30 Jul 2011 12:09:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10063#t66664</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
