Fixed loading of extra modules from ldap::server.
This commit is contained in:
parent
6f237f2b04
commit
72e39dfe3d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ moduleload ppolicy.la
|
|||
moduleload syncprov.la
|
||||
<% if has_variable?('ldap_server_modules') -%>
|
||||
<% ldap_server_modules.each do |name| -%>
|
||||
moduleload <%= name %>
|
||||
moduleload <%= name %>.la
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue