<?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>error in ldap driver </title> 
  <pubDate>Fri, 10 Apr 2026 01:05:02 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6741</link> 
  <atom:link rel="self" type="application/rss+xml" title="error in ldap driver " href="https://bugs.horde.org/ticket/6741/rss" /> 
  <description>error in ldap driver </description> 
 
   
   
  <item> 
   <title>I use forwards modul with LDAP driver and qmail+ldap schema </title> 
   <description>I use forwards modul with LDAP driver and qmail+ldap schema with  Bind as Admin

and i found two problema in ldap.php 



first is in function _connect on line 622

619#  case &#039;admin&#039;:

620#      $result = @ldap_bind($this-&gt;_connection,

621#      $this-&gt;_params[$realm][&#039;admindn&#039;],

622#      $this-&gt;_params[&#039;adminpw&#039;]);

and correct code is

622#      $this-&gt;_params[$realm][&#039;adminpw&#039;]);



and second is in function disableForwarding on line 248

248#     $res = ldap_modify($this-&gt;_connection, $userdn, $newDetails);

and correct code is

248#     $res = ldap_modify($this-&gt;_connection, $this-&gt;_dn, $newDetails);





</description> 
   <pubDate>Thu, 22 May 2008 11:52:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6741#t45459</link> 
  </item> 
   
  <item> 
   <title>Fixed in CVS, thanks!</title> 
   <description>Fixed in CVS, thanks!</description> 
   <pubDate>Thu, 22 May 2008 11:57:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6741#t45461</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
