Virtual domain configs

This commit is contained in:
Râu Cao
2023-12-07 14:02:37 +01:00
parent ca580bcfe2
commit 69af908f6b
7 changed files with 188 additions and 90 deletions

View File

@@ -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 %>