Merge pull request #11 from bowdoincollege/ldap_maps
add ldap_maps hash
This commit is contained in:
commit
50fdf5cb2b
@ -52,7 +52,9 @@ filter <%= map %> <%= filter %>
|
||||
|
||||
<% if @ldap_maps.length > 0 -%>
|
||||
# Custom maps
|
||||
<% @ldap_maps.sort.each do |key, value| -%>
|
||||
map <%= key %> <%= value %>
|
||||
<% end -%>
|
||||
<% @ldap_maps.sort.each do |map, attributes| -%>
|
||||
<% attributes.sort.each do |attribute, newattribute| -%>
|
||||
map <%= map %> <%= attribute %> <%= newattribute %>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
|
Loading…
Reference in New Issue
Block a user