dovecot: disable pam auth

This commit is contained in:
Victor LABORIE 2017-10-13 12:44:37 +02:00
parent 9aaf4fe058
commit 2f71925363
1 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,14 @@
tags:
- dovecot
- name: disable pam auth
replace:
dest: /etc/dovecot/conf.d/10-auth.conf
regexp: "[^#]!include auth-system.conf.ext"
replace: "#!include auth-system.conf.ext"
tags:
- dovecot
- name: update ldap auth
lineinfile:
dest: /etc/dovecot/dovecot-ldap.conf.ext