<?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>Turba doing DN with no password every 5 minutes</title> 
  <pubDate>Sun, 05 Apr 2026 23:42:14 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/10144</link> 
  <atom:link rel="self" type="application/rss+xml" title="Turba doing DN with no password every 5 minutes" href="https://bugs.horde.org/ticket/10144/rss" /> 
  <description>Turba doing DN with no password every 5 minutes</description> 
 
   
   
  <item> 
   <title>Last night I sorted out my Turba install to work with LDAP. </title> 
   <description>Last night I sorted out my Turba install to work with LDAP. Some good improvements on the old one, but a few issues have come up - first one:

Every 5 minutes Horde logs:

2011-05-27T16:50:07+10:00 ERR: HORDE [turba] Bind failed: (53) Server is unwilling to perform [pid 23510 on line 92 of &quot;/var/www/horde4/turba/lib/Driver/Ldap.php&quot;]

Concurrently my LDAP server says this:

May 27 16:50:07 server01 slapd[23723]: conn=4369 fd=39 ACCEPT from IP=192.168.1.170:35304 (IP=0.0.0.0:389) 
May 27 16:50:07 server01 slapd[23723]: conn=4369 op=0 STARTTLS 
May 27 16:50:07 server01 slapd[23723]: conn=4369 op=0 RESULT oid= err=0 text= 
May 27 16:50:07 server01 slapd[23723]: conn=4369 fd=39 TLS established tls_ssf=256 ssf=256 
May 27 16:50:07 server01 slapd[23723]: conn=4369 op=1 BIND dn=&quot;uid=simon,ou=users,dc=simonandkate,dc=lan&quot; method=128 
May 27 16:50:07 server01 slapd[23723]: conn=4369 op=1 RESULT tag=97 err=53 text=unauthenticated bind (DN with no password) disallowed 
May 27 16:50:07 server01 slapd[23723]: conn=4369 op=2 UNBIND 
May 27 16:50:07 server01 slapd[23723]: conn=4369 fd=39 closed 

Prefs are in SQL at the moment, and Turba backend.local.php has two LDAP address books, one shared one that it binds with a specified user for read access, and one personal one that binds with:

$_ldap_uid = $GLOBALS[&#039;registry&#039;]-&gt;getAuth(&#039;bare&#039;);
$_ldap_basedn = &#039;dc=simonandkate,dc=lan&#039;;
$cfgSources[&#039;personal_ldap&#039;] = array(
    &#039;disabled&#039; =&gt; false,
    &#039;title&#039; =&gt; _(&quot;My Address Book&quot;),
    &#039;type&#039; =&gt; &#039;ldap&#039;,
    &#039;params&#039; =&gt; array(
        &#039;server&#039; =&gt; &#039;server01.simonandkate.lan&#039;,
        &#039;port&#039; =&gt; 389,
        &#039;tls&#039; =&gt; true,
        &#039;root&#039; =&gt; &#039;ou=&#039; . $_ldap_uid . &#039;,ou=personal_addressbook,&#039; . $_ldap_basedn,
        &#039;bind_dn&#039; =&gt; &#039;uid=&#039; . $_ldap_uid . &#039;,ou=users,&#039; . $_ldap_basedn,
        &#039;bind_password&#039; =&gt; $GLOBALS[&#039;registry&#039;]-&gt;getAuthCredential(&#039;password&#039;),

</description> 
   <pubDate>Fri, 27 May 2011 07:02:08 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10144#t65164</link> 
  </item> 
   
  <item> 
   <title>Duplicate of bug #9733.</title> 
   <description>Duplicate of bug #9733.</description> 
   <pubDate>Thu, 02 Jun 2011 21:52:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10144#t65301</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit f4a9ddf7a6ed</title> 
   <description>Changes have been made in Git (master):

commit f4a9ddf7a6edfd4c1f4472a875852db81733eefd
Author: Justin Patrin &lt;justinpatrin@php.net&gt;
Date:   Sat Jun 9 23:17:46 2007 +0000

    Bug #10144 Fix all lower-case rule names
    
    
    git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@237315 c90b9560-bf6c-de11-be94-00142212c4b1

 Text/Wiki.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/f4a9ddf7a6edfd4c1f4472a875852db81733eefd</description> 
   <pubDate>Wed, 06 Sep 2017 08:18:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10144#t92213</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
