Add generic options to nslcd template

This commit is contained in:
Ryan Struber
2017-03-21 12:20:00 -04:00
parent b3e7587bc4
commit fe3844ebe8
3 changed files with 8 additions and 0 deletions

View File

@@ -51,4 +51,10 @@ filter <%= map %> <%= filter %>
map <%= key %> <%= value %>
<% end -%>
<% end -%>
<% if @ldap_options.length > 0 -%>
# Additional options
<% @ldap_options.each do |name, value| -%>
<%= name %> <%= value %>
<% end -%>
<% end -%>