#1654 mod_auth_dovecot does not work with 0.11.8 (patch included)
Reporter
Solomon Peachy
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Patch
Type-Defect
Component-Community
Priority-Medium
Status-Started
Solomon Peachy
on
(This is on Fedora 34, Lua 5.4, prosody 0.11.8)
There are two separate errors in mod_auth_dovecot that prevented it from working.
The referenced patch fixes the issues, and I'm now able to authenticate again.
https://www.shaftnet.org/~pizza/fix_mod_auth_dovecot.diff
Thanks!
Zash
on
Thanks for the patch!
However, changing `unpack` to `table.unpack` will break it on other Lua versions, at least 5.1 I believe.
(This is on Fedora 34, Lua 5.4, prosody 0.11.8) There are two separate errors in mod_auth_dovecot that prevented it from working. The referenced patch fixes the issues, and I'm now able to authenticate again. https://www.shaftnet.org/~pizza/fix_mod_auth_dovecot.diff Thanks!
Thanks for the patch! However, changing `unpack` to `table.unpack` will break it on other Lua versions, at least 5.1 I believe.
Changes