Improve documentation a bit and rename saslauthd.conf.erb to saslauthd.conf.ldap.erb since ldap is the only auth method with such config file (so far).

This commit is contained in:
Ossi Herrala 2012-10-04 13:11:44 +00:00
parent 54e5712716
commit 895eb0e6a1
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,2 @@
<% if has_variable=('saslauthd_mech') && saslauthd_mech == "ldap" -%>
ldap_servers: <% ldap_server.each do |uri| %><%= uri %> <% end %>
ldap_search_base: <%= ldap_basedn %>
<% end -%>