Enable LDAP

This commit is contained in:
Morre 2020-07-12 17:13:36 +02:00
parent b6df106387
commit a38390c678
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC
9 changed files with 127 additions and 45 deletions

View file

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