From: Aki Tuomi Date: Thu, 29 Oct 2020 09:36:00 +0000 (+0200) Subject: auth: db-oauth2 - Check active attribute by default X-Git-Tag: 2.3.13~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3330dbe12b9d3763c266b337099af981b86777df;p=thirdparty%2Fdovecot%2Fcore.git auth: db-oauth2 - Check active attribute by default --- diff --git a/src/auth/db-oauth2.c b/src/auth/db-oauth2.c index ddbe336b35..7a3a8ed461 100644 --- a/src/auth/db-oauth2.c +++ b/src/auth/db-oauth2.c @@ -152,8 +152,8 @@ static struct passdb_oauth2_settings default_oauth2_settings = { .introspection_mode = "", .username_format = "%Lu", .username_attribute = "email", - .active_attribute = "", - .active_value = "", + .active_attribute = "active", + .active_value = "true", .client_id = "", .client_secret = "", .issuers = "",