chef/site-cookbooks/kosmos_email/templates/postfix_ldap-map.cf.erb
2023-12-13 13:05:31 +01:00

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