From 09c4fd3b4767fae88dad84f5c65c1367416c6b14 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 8 Jul 2020 21:48:08 -0400 Subject: [PATCH] enable login-via-pass-command by default --- conventional.yaml | 2 +- default.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conventional.yaml b/conventional.yaml index 257f61a3..e3d977e4 100644 --- a/conventional.yaml +++ b/conventional.yaml @@ -336,7 +336,7 @@ accounts: skip-server-password: false # enable login to accounts via the PASS command, e.g., PASS account:password - # this is sometimes useful for compatibility with old clients that don't support SASL + # this is useful for compatibility with old clients that don't support SASL login-via-pass-command: false # require-sasl controls whether clients are required to have accounts diff --git a/default.yaml b/default.yaml index c0c768a9..259737c1 100644 --- a/default.yaml +++ b/default.yaml @@ -362,8 +362,8 @@ accounts: skip-server-password: false # enable login to accounts via the PASS command, e.g., PASS account:password - # this is sometimes useful for compatibility with old clients that don't support SASL - login-via-pass-command: false + # this is useful for compatibility with old clients that don't support SASL + login-via-pass-command: true # require-sasl controls whether clients are required to have accounts # (and sign into them using SASL) to connect to the server