Well, i&#39;ve sorted out this problem. Rich has pointed out that it&#39;s an html/xml escape. He was right. Since i was working on our production servers there were some requests constantly coming in. I&#39;ve searched through the access logs and found that the source of the problem is a broken web application  that requests an incorrect DN :<br>

<br>[25/Aug/2010:21:25:21 +0200] conn=4201 op=1 SRCH base=&quot;cn=cadre d&amp;#039,astreinte,ou=objets,dc=id,dc=polytechnique,dc=edu&quot; scope=0 filter=&quot;(&amp;(&amp;(objectClass=X-Object)(ou=*)))&quot; attrs=&quot;* modifyTimestamp&quot;<br>

[25/Aug/2010:21:25:21 +0200] conn=4201 op=1 RESULT err=32 tag=101 nentries=0 etime=0.002000<br><br>These requests generate the messages i&#39;ve seen in error log :<br>[25/Aug/2010:21:25:21 +0200] entryrdn-index - entryrdn_index_read: Param error: Failed to convert cn=cadre d&amp;#039,astreinte,ou=objets,dc=id,dc=polytechnique,dc=edu to Slapi_RDN<br>

[25/Aug/2010:21:25:21 +0200] - dn2entry: Failed to get id for cn=cadre d&amp;#039,astreinte,ou=objets,dc=id,dc=polytechnique,dc=edu from entryrdn index (34)<br>[25/Aug/2010:21:25:21 +0200] entryrdn-index - entryrdn_index_read: Param error: Failed to convert astreinte,ou=objets,dc=id,dc=polytechnique,dc=edu to Slapi_RDN<br>

<br>So there is no problem in the server code, it&#39;s a broken application. It applies to both 6rc7  and 7rc1 versions of course. The reason why i thought there was no problem in rc7 case is that i&#39;ve made the tests with rc7 at 21h00, at this time there were no users and so no requests from the above-mentioned application :))<br>

I was alarmed because on our servers there are very few error messages in error logs and i know them all. This sort of error message (incorrect DN or filter in ldap search requests) was not logged in previous 389 versions, it&#39;s a behavour change... <div>

So the only thing that i should look into is the server crash during SSL incremental replication in the current git version.<br><div><br><br><br><br>2010/8/25 Noriko Hosoi &lt;<a href="mailto:nhosoi@redhat.com">nhosoi@redhat.com</a>&gt;<br>

&gt;<br>&gt;  On 08/25/2010 10:44 AM, Rich Megginson wrote:<br>&gt;&gt;<br>&gt;&gt; Noriko Hosoi wrote:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;  Hi Andrey,<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Looking at this line,&amp;#039, is not a UTF-8 representation of<br>

&gt;&gt;&gt; apostrophe.  Rather a Latin-1 representation?  Also, it contains &#39;,&#39;<br>&gt;&gt;&gt; in the rdn value without an escape.  It&#39;s considered a separator<br>&gt;&gt;&gt; between rdns. I wonder who created the input DN...?<br>

&gt;&gt;&gt;<br>&gt;&gt;&gt; entryrdn-index - entryrdn_index_read: Param error: Failed to convert<br>&gt;&gt;&gt; cn=salon d&amp;#039,honneur,ou=objets,dc=id,dc=polytechnique,dc=edu to<br>&gt;&gt;&gt; Slapi_RDN<br>&gt;&gt;&gt;<br>

&gt;&gt; &amp;#039, looks like some sort of html/xml escape?<br>&gt;&gt; <a href="http://www.theukwebdesigncompany.com/articles/entity-escape-characters.php">http://www.theukwebdesigncompany.com/articles/entity-escape-characters.php</a><br>

&gt;<br>&gt; Thanks, Rich!  You are right!  And I don&#39;t think our DN normalizer supports it.<br>&gt;<br>&gt; Andrey, what you observe is ...<br>&gt; 389 v1.2.6.rc7 has no problem to handle cn=salon d&amp;#039,honneur, but 1.2.7.a1 does?<br>

&gt;<br>&gt; We haven&#39;t touched the normalizer between 1.2.6.rc7 and 1.2.7.a1, I think...<br>&gt; --noriko<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Thanks,<br>&gt;&gt;&gt; --noriko<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; On 08/25/2010 08:35 AM, Andrey Ivanov wrote:<br>

&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; Hi,<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; i&#39;m continuing to test the latest version of 389. Here are the error<br>&gt;&gt;&gt;&gt; messages that i&#39;ve seen (it happened only once for now) in error log :<br>

&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; [25/Aug/2010:17:21:10 +0200] entryrdn-index - entryrdn_index_read:<br>&gt;&gt;&gt;&gt; Param error: Failed to convert cn=salon<br>&gt;&gt;&gt;&gt; d&amp;#039,honneur,ou=objets,dc=id,dc=polytechnique,dc=edu to Slapi_RDN<br>

&gt;&gt;&gt;&gt; [25/Aug/2010:17:21:10 +0200] - dn2entry: Failed to get id for<br>&gt;&gt;&gt;&gt; cn=salon d&amp;#039,honneur,ou=objets,dc=id,dc=polytechnique,dc=edu from<br>&gt;&gt;&gt;&gt; entryrdn index (34)<br>&gt;&gt;&gt;&gt; [25/Aug/2010:17:21:10 +0200] entryrdn-index - entryrdn_index_read:<br>

&gt;&gt;&gt;&gt; Param error: Failed to convert<br>&gt;&gt;&gt;&gt; honneur,ou=objets,dc=id,dc=polytechnique,dc=edu to Slapi_RDN<br>&gt;&gt;&gt;&gt; [25/Aug/2010:17:21:10 +0200] - dn2entry: Failed to get id for<br>&gt;&gt;&gt;&gt; honneur,ou=objets,dc=id,dc=polytechnique,dc=edu from entryrdn index (34)<br>

&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; The object in question is<br>&gt;&gt;&gt;&gt; cn=SALON D&#39;HONNEUR,ou=Objets,dc=id,dc=polytechnique,dc=edu<br>&gt;&gt;&gt;&gt; departmentNumber: DG/SG/MG/REST<br>

&gt;&gt;&gt;&gt; objectClass: top<br>&gt;&gt;&gt;&gt; cn: SALON D&#39;HONNEUR<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; What is the problem with this entry, conversion to Slapi_DN and<br>&gt;&gt;&gt;&gt; entryrdn index? Here are the<br>

&gt;&gt;&gt;&gt; corresponding entries extracted with dbscan :<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; 5370:cn=salon d&#39;honneur<br>&gt;&gt;&gt;&gt;    ID: 5370; RDN: &quot;cn=SALON D&#39;HONNEUR&quot;; NRDN: &quot;cn=salon d&#39;honneur&quot;<br>

&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; C3106:ou=objets<br>&gt;&gt;&gt;&gt;    ID: 5370; RDN: &quot;cn=SALON D&#39;HONNEUR&quot;; NRDN: &quot;cn=salon d&#39;honneur&quot;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; P5370:cn=salon d&#39;honneur<br>

&gt;&gt;&gt;&gt;    ID: 3106; RDN: &quot;ou=Objets&quot;; NRDN: &quot;ou=objets&quot;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; I have not made any upgrades of the existing server. Instead, i have<br>

&gt;&gt;&gt;&gt; exported the ldif by db2ldif and then imported it into the new server,<br>&gt;&gt;&gt;&gt; so there was no conversion phase.<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; Andrey Ivanov<br>&gt;&gt;&gt;&gt; tel +33-(0)1-69-33-99-24<br>

&gt;&gt;&gt;&gt; fax +33-(0)1-69-33-99-55<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; Direction des Systemes d&#39;Information<br>&gt;&gt;&gt;&gt; Ecole Polytechnique<br>&gt;&gt;&gt;&gt; 91128 Palaiseau CEDEX<br>&gt;&gt;&gt;&gt; France<br>

&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; --<br>&gt;&gt;&gt;&gt; 389 users mailing list<br>&gt;&gt;&gt;&gt; <a href="mailto:389-users@lists.fedoraproject.org">389-users@lists.fedoraproject.org</a><br>&gt;&gt;&gt;&gt; <a href="https://admin.fedoraproject.org/mailman/listinfo/389-users">https://admin.fedoraproject.org/mailman/listinfo/389-users</a><br>

&gt;&gt;&gt;<br>&gt;&gt;&gt; ------------------------------------------------------------------------<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; --<br>&gt;&gt;&gt; 389 users mailing list<br>&gt;&gt;&gt; <a href="mailto:389-users@lists.fedoraproject.org">389-users@lists.fedoraproject.org</a><br>

&gt;&gt;&gt; <a href="https://admin.fedoraproject.org/mailman/listinfo/389-users">https://admin.fedoraproject.org/mailman/listinfo/389-users</a><br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; 389 users mailing list<br>&gt;&gt; <a href="mailto:389-users@lists.fedoraproject.org">389-users@lists.fedoraproject.org</a><br>

&gt;&gt; <a href="https://admin.fedoraproject.org/mailman/listinfo/389-users">https://admin.fedoraproject.org/mailman/listinfo/389-users</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; 389 users mailing list<br>&gt; <a href="mailto:389-users@lists.fedoraproject.org">389-users@lists.fedoraproject.org</a><br>

&gt; <a href="https://admin.fedoraproject.org/mailman/listinfo/389-users">https://admin.fedoraproject.org/mailman/listinfo/389-users</a><br><br></div></div>