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:
parent
54e5712716
commit
895eb0e6a1
2 changed files with 5 additions and 4 deletions
2
sasl/templates/saslauthd.conf.ldap.erb
Normal file
2
sasl/templates/saslauthd.conf.ldap.erb
Normal file
|
@ -0,0 +1,2 @@
|
|||
ldap_servers: <% ldap_server.each do |uri| %><%= uri %> <% end %>
|
||||
ldap_search_base: <%= ldap_basedn %>
|
Loading…
Add table
Add a link
Reference in a new issue