diff options
Diffstat (limited to 'roles/dovecot/files/dovecot_pam')
| -rw-r--r-- | roles/dovecot/files/dovecot_pam | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/roles/dovecot/files/dovecot_pam b/roles/dovecot/files/dovecot_pam new file mode 100644 index 0000000..af0e0dd --- /dev/null +++ b/roles/dovecot/files/dovecot_pam | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #%PAM-1.0 | ||
| 2 | |||
| 3 | @include common-auth | ||
| 4 | @include common-account | ||
| 5 | @include common-session | ||
| 6 | |||
| 7 | auth required pam_unix.so | ||
| 8 | account required pam_unix.so | ||
