Externalize role
This commit is contained in:
commit
4087f0a9f1
31 changed files with 1838 additions and 0 deletions
21
templates/etc/dovecot/conf.d/auth-checkpassword.conf.ext.j2
Normal file
21
templates/etc/dovecot/conf.d/auth-checkpassword.conf.ext.j2
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Authentication for checkpassword users. Included from 10-auth.conf.
|
||||
#
|
||||
# <doc/wiki/AuthDatabase.CheckPassword.txt>
|
||||
|
||||
passdb {
|
||||
driver = checkpassword
|
||||
args = /usr/bin/checkpassword
|
||||
}
|
||||
|
||||
# passdb lookup should return also userdb info
|
||||
userdb {
|
||||
driver = prefetch
|
||||
}
|
||||
|
||||
# Standard checkpassword doesn't support direct userdb lookups.
|
||||
# If you need checkpassword userdb, the checkpassword must support
|
||||
# Dovecot-specific extensions.
|
||||
#userdb {
|
||||
# driver = checkpassword
|
||||
# args = /usr/bin/checkpassword
|
||||
#}
|
||||
Loading…
Add table
Add a link
Reference in a new issue