Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 192 |
- |
1 |
# Authentication for checkpassword users. Included from 10-auth.conf.
|
|
|
2 |
#
|
|
|
3 |
# <doc/wiki/AuthDatabase.CheckPassword.txt>
|
|
|
4 |
|
|
|
5 |
passdb {
|
|
|
6 |
driver = checkpassword
|
|
|
7 |
args = /usr/bin/checkpassword
|
|
|
8 |
}
|
|
|
9 |
|
|
|
10 |
# passdb lookup should return also userdb info
|
|
|
11 |
userdb {
|
|
|
12 |
driver = prefetch
|
|
|
13 |
}
|
|
|
14 |
|
|
|
15 |
# Standard checkpassword doesn't support direct userdb lookups.
|
|
|
16 |
# If you need checkpassword userdb, the checkpassword must support
|
|
|
17 |
# Dovecot-specific extensions.
|
|
|
18 |
#userdb {
|
|
|
19 |
# driver = checkpassword
|
|
|
20 |
# args = /usr/bin/checkpassword
|
|
|
21 |
#}
|