From 423f22ebf95dcf936361999c7ef11d2d00081336 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 23 Aug 2021 16:18:00 +0200 Subject: [PATCH] debug oauth --- rootfs/etc/confd/templates/auth-oauth2.conf.ext.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootfs/etc/confd/templates/auth-oauth2.conf.ext.tmpl b/rootfs/etc/confd/templates/auth-oauth2.conf.ext.tmpl index 9f52a5b..01da1a3 100644 --- a/rootfs/etc/confd/templates/auth-oauth2.conf.ext.tmpl +++ b/rootfs/etc/confd/templates/auth-oauth2.conf.ext.tmpl @@ -2,12 +2,14 @@ passdb { driver = oauth2 mechanisms = oauthbearer xoauth2 args = /etc/dovecot/dovecot-oauth2.token.conf.ext + skip = never } passdb { driver = oauth2 mechanisms = plain login args = /etc/dovecot/dovecot-oauth2.plain.conf.ext + skip = never } userdb {