Add map to template

This commit is contained in:
Bradley Koby
2016-06-17 11:33:11 -04:00
parent 0e816bbe3e
commit e45997b7ce
3 changed files with 9 additions and 2 deletions

View File

@ -38,3 +38,10 @@ scope <%= @ldap_search_scope %>
filter <%= map %> <%= filter %>
<% end -%>
<% end -%>
<% if @ldap_maps.length > 0 -%>
# Custom maps
<% @ldap_maps.each do |key, value| -%>
map <%= key %> <%= value %>
<% end -%>
<% end -%>