add ldap_maps hash

This commit is contained in:
Jason Lavoie 2016-05-10 13:58:58 -04:00
parent 3ba601b3b8
commit ad54680dca

View File

@ -47,7 +47,9 @@ filter <%= map %> <%= filter %>
<% if @ldap_maps.length > 0 -%>
# Custom maps
<% @ldap_maps.sort.each do |key, value| -%>
map <%= key %> <%= value %>
<% @ldap_maps.each do |map, a| -%>
<% a.each do |attribute, newattribute| -%>
map <%= map %> <%= attribute %> <%= newattribute %>
<% end -%>
<% end -%>
<% end -%>