Virtual domain configs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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 %>
|
||||
Reference in New Issue
Block a user