forked from mauro/ansible-role-dovecot
use confd for most settings
This commit is contained in:
@@ -25,9 +25,6 @@ dovecot_auth_mechanisms: plain
|
||||
# como transformar el nombre de usuario antes de autenticar
|
||||
dovecot_auth_username_format: "%Lu"
|
||||
|
||||
# habilitar userdb/passdb de usuarios del sistema?
|
||||
dovecot_auth_system_enable: no
|
||||
|
||||
# habilitar usuarios master?
|
||||
dovecot_auth_master_enable: no
|
||||
|
||||
@@ -36,10 +33,16 @@ dovecot_auth_master_enable: no
|
||||
# habilitar userdb/passdb ldap?
|
||||
dovecot_ldap_enable: yes
|
||||
|
||||
# servidores ldap
|
||||
dovecot_ldap_hosts: []
|
||||
|
||||
# servidores ldap
|
||||
dovecot_ldap_uris:
|
||||
- "{{ ldap_uri | default('ldap://localhost') }}"
|
||||
|
||||
# autenticar con clave provista por usuario
|
||||
dovecot_ldap_bind: yes
|
||||
|
||||
# version del protocolo LDAP
|
||||
dovecot_ldap_version: 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user