<html 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=utf-8">
<meta name="Title" content="">
<meta name="Keywords" content="">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:Arial;
panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
{font-family:"Courier New";
panose-1:2 7 3 9 2 2 5 2 4 4;}
@font-face
{font-family:宋体;}
@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;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Calibri;}
h3
{mso-style-priority:9;
mso-style-link:"Heading 3 Char";
mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:13.5pt;
font-family:"Times New Roman";
font-weight:bold;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
p
{mso-style-priority:99;
mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:12.0pt;
font-family:"Times New Roman";}
tt
{mso-style-priority:99;
font-family:"Courier New";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Calibri;
color:windowtext;}
span.Heading3Char
{mso-style-name:"Heading 3 Char";
mso-style-priority:9;
mso-style-link:"Heading 3";
font-family:"Times New Roman";
font-weight:bold;}
span.apple-converted-space
{mso-style-name:apple-converted-space;}
span.msoIns
{mso-style-type:export-only;
mso-style-name:"";
text-decoration:underline;
color:teal;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:Calibri;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style>
</head>
<body bgcolor="white" lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">I’m following the steps on installing and configuring OpenLDAP for use with midPoint that are provided at
<a href="https://wiki.evolveum.com/display/midPoint/OpenLDAP+Installation+and+Configuration">
https://wiki.evolveum.com/display/midPoint/OpenLDAP+Installation+and+Configuration</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:#3B2322">I used yum to install OpenLDAP.</span><span style="font-size:11.0pt"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">At the “Setting up Overlays” step I get an error trying to add modules:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:11.0pt;font-family:Consolas;color:#3B2322">midpoint#>./slapdconf add-module sssvlv<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:11.0pt;font-family:Consolas;color:#3B2322">Cannot find module configuration entry (olcModuleList) at ./slapdconf line 844, <DATA> line 747.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:11.0pt;font-family:Consolas;color:#3B2322">at ./slapdconf line 107, <DATA> line 747.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:11.0pt;font-family:Consolas;color:#3B2322"> main::__ANON__('Cannot find module configuration entry (olcModuleList) at ./s...') called at ./slapdconf line 844<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Consolas;color:#3B2322"> main::addModule() called at ./slapdconf line 150<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#3B2322"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:#3B2322">It’s clear enough that there is no entry under cn=config for olcModuleList so it seems my install of OpenLDAP has no support for dynamic modules<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:#3B2322">OpenLDAP 2.4 admin documentation includes the following
<o:p></o:p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;color:black">5.2.2. cn=module: If support for dynamically loaded modules was enabled when configuring slapd, </span><span style="font-size:11.0pt;color:black">cn=module</span><span style="font-size:11.0pt;color:black"> entries
may be used to specify sets of modules to load. <o:p></o:p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;color:black">Did I miss a configurations step that would have enabled dynamically loaded modules?<o:p></o:p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;color:black"> Thanks in advance for any help, --Keith Hazelton (hazelton@wisc.edu)</span><b><span style="font-size:11.0pt;color:black"><o:p></o:p></span></b></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:#3B2322"><o:p> </o:p></span></p>
</div>
</body>
</html>