<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EpostStil17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.icon
        {mso-style-name:icon;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=NO-BOK link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-family:"Times New Roman","serif"'>Hi,</span><span lang=EN-US><o:p></o:p></span></p><p><span lang=EN-US>The bug and corresponding patch that are linked below refer to the following problem, that was discussed on the mailing list a couple of years ago: &nbsp;<span class=icon><u><span style='color:blue'><a href="&nbsp;http:/lists.fedoraproject.org/pipermail/389-devel/2009-March/001020.html"><font color="red"><b>MailScanner has detected a possible fraud attempt from "http:" claiming to be</b></font> &nbsp;http://lists.fedoraproject.org/pipermail/389-devel/2009-March/001020.html</a></span></u></span><o:p></o:p></span></p><p class=MsoNormal><a href="https://fedorahosted.org/389/ticket/3"><span lang=EN-US>https://fedorahosted.org/389/ticket/3</span></a><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><a href="https://fedorahosted.org/389/attachment/ticket/3/0001-Ticket-3-acl-cache-overflown-problem.patch"><span lang=EN-US>https://fedorahosted.org/389/attachment/ticket/3/0001-Ticket-3-acl-cache-overflown-problem.patch</span></a><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p><span lang=EN-US>A short description: we noticed that some queries (ldapsearch) to our directory caused a drop in performance, and our log file was filled with the following message: acl_TestRights - cache overflown<o:p></o:p></span></p><p><span lang=EN-US>We noticed that increasing the value ACLPB_MAX_SELECTED_ACLS from 200 to 2000 solved the problem for us. The purpose of the patch is to make this value configurable. <br><br>Note: while I was trying to fix this problem, I also noticed that aclQueue was not freed anywhere, so I took the freedom to add the following line, assuming that it is right to free it on shutdown &#8211; but maybe I am wrong?<br>slapi_ch_free((void**)&amp;aclQueue);<o:p></o:p></span></p><p><span lang=EN-US>Regards,<br>Nadia R. Turpin<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>