doveauth: switch from lua authentication to dict authentication

Co-Authored-By: holger krekel <holger@merlinux.eu>
Co-Authored-By: link2xt <link2xt@testrun.org>
This commit is contained in:
missytake
2023-10-14 19:19:00 +02:00
committed by link2xt
parent f85e4cdbd5
commit 247eb55886
13 changed files with 152 additions and 166 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e
pushd doveauth/src/doveauth
../../venv/bin/pytest
popd