Mercurial > prosody-modules
comparison mod_auth_dovecot/README.markdown @ 5121:dd2c45d05f73
mod_auth_dovecot: Fix plugin package (hopefully) (thanks nw)
Mistakenly included 'mod_' prefix that the directory doesn't have
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 30 Dec 2022 01:17:05 +0100 |
parents | 1a58345d91a9 |
children |
comparison
equal
deleted
inserted
replaced
5120:83afe4078e6e | 5121:dd2c45d05f73 |
---|---|
4 - 'Type-Auth' | 4 - 'Type-Auth' |
5 summary: Dovecot authentication module | 5 summary: Dovecot authentication module |
6 rockspec: | 6 rockspec: |
7 build: | 7 build: |
8 modules: | 8 modules: |
9 mod_auth_dovecot: mod_auth_dovecot/mod_auth_dovecot.lua | 9 mod_auth_dovecot: auth_dovecot/mod_auth_dovecot.lua |
10 mod_auth_dovecot.sasl_dovecot: mod_auth_dovecot/sasl_dovecot.lib.lua | 10 mod_auth_dovecot.sasl_dovecot: auth_dovecot/sasl_dovecot.lib.lua |
11 ... | 11 ... |
12 | 12 |
13 Introduction | 13 Introduction |
14 ============ | 14 ============ |
15 | 15 |