log a stdout, uris ldap, puerto auth

This commit is contained in:
Mauro Torrez
2019-09-08 14:32:18 -03:00
parent 4ac4d99162
commit 04516a9ab2
6 changed files with 11 additions and 7 deletions

View File

@@ -5,7 +5,8 @@
# http://wiki2.dovecot.org/AuthDatabase/LDAP
# Space separated list of LDAP hosts to use. host:port is allowed too.
hosts = {{ dovecot_ldap_servers | join(" ") }}
# hosts = {{ dovecot_ldap_servers | join(" ") }}
uris = {{ dovecot_ldap_uris | join(" ") }}
# Use authentication binding for verifying password's validity. This works by
# logging into LDAP server using the username and password given by client.