diff options
author | Sam Chudnick <sam@chudnick.com> | 2023-07-02 19:04:30 -0400 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2023-07-02 19:04:30 -0400 |
commit | 724d877995dfcc10c462a18dcb4ea6c8b60c2d03 (patch) | |
tree | 270537b8fca585717c1ffa7708e492593f7b2ed5 /roles/dovecot/files/dovecot_pam |
initial commit
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 | ||