From 331683eb11e6b7f73d87c46a636fc5829bf030c6 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 19 Dec 2024 14:24:34 +0200 Subject: [PATCH] auth: Remove ssl_prefer_server_ciphers from oauth2 client configuration It wasn't actually doing anything. --- src/auth/db-oauth2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/auth/db-oauth2.c b/src/auth/db-oauth2.c index bca6ace6f1..9093dac60b 100644 --- a/src/auth/db-oauth2.c +++ b/src/auth/db-oauth2.c @@ -111,7 +111,6 @@ static bool auth_oauth2_settings_check(struct event *event ATTR_UNUSED, void *_s /* */ static const struct setting_keyvalue auth_oauth2_default_settings_keyvalue[] = { - { "oauth2/ssl_prefer_server_ciphers", "yes" }, { "oauth2/http_client_user_agent", "dovecot-oauth2-passdb/"DOVECOT_VERSION }, { "oauth2/http_client_max_idle_time", "60s" }, { "oauth2/http_client_max_parallel_connections", "10" }, -- 2.47.3