11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
server_host = <%= @server_host %>
|
|
bind_dn = <%= @bind_dn %>
|
|
bind_pw = <%= @bind_pw %>
|
|
|
|
search_base = <%= @search_base %>
|
|
query_filter = <%= @query_filter %>
|
|
result_attribute = <%= @result_attribute %>
|
|
<% if @result_format %>
|
|
result_format = <%= @result_format %>
|
|
<% end %>
|