<?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>No encoding of &#039;dn&#039; for openldap</title> 
  <pubDate>Thu, 09 Apr 2026 22:37:22 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/378</link> 
  <atom:link rel="self" type="application/rss+xml" title="No encoding of &#039;dn&#039; for openldap" href="https://bugs.horde.org/ticket/378/rss" /> 
  <description>No encoding of &#039;dn&#039; for openldap</description> 
 
   
   
  <item> 
   <title>There is no encoding (utf8) of dn resulting in &#039;invalid dn&#039;.</title> 
   <description>There is no encoding (utf8) of dn resulting in &#039;invalid dn&#039;.

Must use ldap to have a common addressbook for horde and outlook.

I can use the LDAP Browser/Editor by Jarek Gawor but the users can&#039;t.



/Kurre



</description> 
   <pubDate>Tue, 13 Jul 2004 02:09:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/378#t1476</link> 
  </item> 
   
  <item> 
   <title></title> 
   <description></description> 
   <pubDate>Tue, 13 Jul 2004 20:40:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/378#t1477</link> 
  </item> 
   
  <item> 
   <title>Works now.
Added some code in lib/Drivers/ldap.php
After row</title> 
   <description>Works now.
Added some code in lib/Drivers/ldap.php
After row 288.

       if ($this-&gt;encoding == &#039;utf8&#039;) {
            $dn = utf8_encode($dn);
       }


/Kurre</description> 
   <pubDate>Wed, 14 Jul 2004 09:24:58 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/378#t1478</link> 
  </item> 
   
  <item> 
   <title>One more.
Fixes the reread after a add.

in lib/Driver/ldap.</title> 
   <description>One more.
Fixes the reread after a add.

in lib/Driver/ldap.php
around row 204.

        if (!in_array(&#039;sn&#039;, $attr)) $attr[] = &#039;sn&#039;;

+        if ($this-&gt;encoding == &#039;utf8&#039;) {
+           $dn = utf8_encode($dn);
         }

        $res = @ldap_read($this-&gt;ds, $dn, $filter, $attr);

/Kurre
</description> 
   <pubDate>Wed, 14 Jul 2004 11:41:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/378#t1479</link> 
  </item> 
   
  <item> 
   <title>Skip the last one.

It don&#039;t work well.

I can live without </title> 
   <description>Skip the last one.

It don&#039;t work well.

I can live without rereading.



/Kurre</description> 
   <pubDate>Wed, 14 Jul 2004 15:37:23 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/378#t1480</link> 
  </item> 
   
  <item> 
   <title>Committed, at a slightly different place though.</title> 
   <description>Committed, at a slightly different place though.</description> 
   <pubDate>Mon, 27 Sep 2004 10:11:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/378#t2334</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
