Enable LDAP
This commit is contained in:
parent
b6df106387
commit
a38390c678
9 changed files with 127 additions and 45 deletions
|
|
@ -1,3 +1,7 @@
|
|||
{% if not dovecot.ldap.enable %}
|
||||
{% for i in dovecot.user %}
|
||||
{{ i.name }}:{PLAIN}{{ i.password }}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
# LDAP is enabled for this instance, no local users can be configured.
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue