From: Timo Sirainen Date: Thu, 19 Dec 2024 12:24:34 +0000 (+0200) Subject: auth: Remove ssl_prefer_server_ciphers from oauth2 client configuration X-Git-Tag: 2.4.0~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=331683eb11e6b7f73d87c46a636fc5829bf030c6;p=thirdparty%2Fdovecot%2Fcore.git auth: Remove ssl_prefer_server_ciphers from oauth2 client configuration It wasn't actually doing anything. --- 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" },