]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Remove ssl_prefer_server_ciphers from oauth2 client configuration
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 19 Dec 2024 12:24:34 +0000 (14:24 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 17 Jan 2025 08:40:01 +0000 (10:40 +0200)
It wasn't actually doing anything.

src/auth/db-oauth2.c

index bca6ace6f1770f0fe52f8b9282f67a398fdfbf79..9093dac60b7b8f661675588605a199c288157fc1 100644 (file)
@@ -111,7 +111,6 @@ static bool auth_oauth2_settings_check(struct event *event ATTR_UNUSED, void *_s
 /* </settings checks> */
 
 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" },