add ldap_maps hash
This commit is contained in:
parent
3ba601b3b8
commit
ad54680dca
@ -47,7 +47,9 @@ filter <%= map %> <%= filter %>
|
|||||||
|
|
||||||
<% if @ldap_maps.length > 0 -%>
|
<% if @ldap_maps.length > 0 -%>
|
||||||
# Custom maps
|
# Custom maps
|
||||||
<% @ldap_maps.sort.each do |key, value| -%>
|
<% @ldap_maps.each do |map, a| -%>
|
||||||
map <%= key %> <%= value %>
|
<% a.each do |attribute, newattribute| -%>
|
||||||
|
map <%= map %> <%= attribute %> <%= newattribute %>
|
||||||
|
<% end -%>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
Loading…
Reference in New Issue
Block a user