<?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>ldap cfgSource with checksyntax enabled loops forever with queries on replicated ldap server</title> 
  <pubDate>Fri, 10 Apr 2026 08:19:54 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/4207</link> 
  <atom:link rel="self" type="application/rss+xml" title="ldap cfgSource with checksyntax enabled loops forever with queries on replicated ldap server" href="https://bugs.horde.org/ticket/4207/rss" /> 
  <description>ldap cfgSource with checksyntax enabled loops forever with queries on replicated ldap server</description> 
 
   
   
  <item> 
   <title>i&#039;ve configured $cfgSources[&#039;localldap&#039;] with &#039;checksyntax&#039; </title> 
   <description>i&#039;ve configured $cfgSources[&#039;localldap&#039;] with &#039;checksyntax&#039; =&gt; false, with &#039;server&#039; being a ldap server which is replicated using openldap syncprov overlday. i had to kill webserver to stop it flooding log.



openldap-2.3.24-1.2.amd64.rpm

php-pear-Net_LDAP-0.6.6-3



and it enters infinitive loop trying to search chemas. sample log attached</description> 
   <pubDate>Wed, 26 Jul 2006 07:06:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t22326</link> 
  </item> 
   
  <item> 
   <title>correction &#039;checksyntax&#039; =&gt; true</title> 
   <description>correction &#039;checksyntax&#039; =&gt; true</description> 
   <pubDate>Wed, 26 Jul 2006 07:07:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t22327</link> 
  </item> 
   
  <item> 
   <title>Look at _getSyntax() in turba/lib/Driver/ldap.php. Apparentl</title> 
   <description>Look at _getSyntax() in turba/lib/Driver/ldap.php. Apparently you&#039;re never getting back something with a &#039;syntax&#039; attribute. It would be helpful if you could replace the recursive call to _getSyntax with:



    var_dump($attv);

    exit;



And let us know what $attv is.</description> 
   <pubDate>Wed, 26 Jul 2006 19:55:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t22361</link> 
  </item> 
   
  <item> 
   <title>&gt;     var_dump($attv);

&gt;     exit;



array(9) {

  [&quot;alias</title> 
   <description>&gt;     var_dump($attv);

&gt;     exit;



array(9) {

  [&quot;aliases&quot;]=&gt;

  array(1) {

    [0]=&gt;

    string(6) &quot;userid&quot;

  }

  [&quot;oid&quot;]=&gt;

  string(25) &quot;0.9.2342.19200300.100.1.1&quot;

  [&quot;name&quot;]=&gt;

  string(3) &quot;uid&quot;

  [&quot;desc&quot;]=&gt;

  string(24) &quot;RFC1274: user identifier&quot;

  [&quot;equality&quot;]=&gt;

  string(15) &quot;caseIgnoreMatch&quot;

  [&quot;substr&quot;]=&gt;

  string(25) &quot;caseIgnoreSubstringsMatch&quot;

  [&quot;syntax&quot;]=&gt;

  string(34) &quot;1.3.6.1.4.1.1466.115.121.1.15{256}&quot;

  [&quot;max_length&quot;]=&gt;

  string(3) &quot;256&quot;

  [&quot;type&quot;]=&gt;

  string(9) &quot;attribute&quot;

}</description> 
   <pubDate>Thu, 27 Jul 2006 12:09:39 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t22381</link> 
  </item> 
   
  <item> 
   <title>output from &lt;?

        $fp = fopen(&quot;/tmp/dump.log&quot;, &quot;a&quot;);

</title> 
   <description>output from &lt;?

        $fp = fopen(&quot;/tmp/dump.log&quot;, &quot;a&quot;);

        fwrite($fp, print_r($attv, 1));

        fclose($fp)

?&gt;



as i tought just first call to the method isn&#039;t causing the loop</description> 
   <pubDate>Thu, 27 Jul 2006 12:21:05 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t22382</link> 
  </item> 
   
  <item> 
   <title>Can you try this version of the ldap.php driver?

http://cvs</title> 
   <description>Can you try this version of the ldap.php driver?

http://cvs.horde.org/co.php?r=1.83&amp;f=turba%2Flib%2FDriver%2Fldap.php



I don&#039;t see any actual loops, just a lot of repeated calls. I added caching of syntax lookups so that we only look up every attribute once, instead of looking up every attribute whenever it&#039;s checked. Please let me know how this works for you. I&#039;ll merge it to Turba 2.1.x if it helps.</description> 
   <pubDate>Fri, 28 Jul 2006 04:20:48 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t22403</link> 
  </item> 
   
  <item> 
   <title>&gt; Can you try this version of the ldap.php driver?

&gt; http:/</title> 
   <description>&gt; Can you try this version of the ldap.php driver?

&gt; http://cvs.horde.org/co.php?r=1.83&amp;f=turba%2Flib%2FDriver%2Fldap.php



tried. still very slow comparing to checksyntax =&gt; false. attached complete ldap log.

</description> 
   <pubDate>Mon, 31 Jul 2006 20:42:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t22480</link> 
  </item> 
   
  <item> 
   <title>I&#039;ll try to look at this locally, but it would be very helpf</title> 
   <description>I&#039;ll try to look at this locally, but it would be very helpful if you could do a trace of what&#039;s happening on the PHP side, not just the LDAP side.</description> 
   <pubDate>Wed, 02 Aug 2006 16:02:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t22536</link> 
  </item> 
   
  <item> 
   <title>Are you able to provide this information?</title> 
   <description>Are you able to provide this information?</description> 
   <pubDate>Thu, 05 Oct 2006 12:17:03 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t24621</link> 
  </item> 
   
  <item> 
   <title>are there good tools (for linux) that are able to provide tr</title> 
   <description>are there good tools (for linux) that are able to provide trace from php side?</description> 
   <pubDate>Wed, 25 Oct 2006 20:18:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t25263</link> 
  </item> 
   
  <item> 
   <title>http://www.php.net/var_dump</title> 
   <description>http://www.php.net/var_dump</description> 
   <pubDate>Thu, 26 Oct 2006 08:23:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t25281</link> 
  </item> 
   
  <item> 
   <title>No feedback.</title> 
   <description>No feedback.</description> 
   <pubDate>Sat, 11 Nov 2006 16:39:34 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4207#t25916</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
