Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -5,6 +5,6 @@
|
|||
# See ldap.conf(5) for details
|
||||
# This file should be world readable but not world writable.
|
||||
|
||||
BASE <%= ldap_basedn %>
|
||||
URI <% ldap_server.each do |uri| %><%= uri %> <% end %>
|
||||
BASE <%= @ldap_basedn %>
|
||||
URI <% @ldap_server.each do |uri| %><%= uri %> <% end %>
|
||||
TLS_REQCERT never
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue