enable login-via-pass-command by default

This commit is contained in:
Shivaram Lingamneni 2020-07-08 21:48:08 -04:00
parent f2d0842453
commit 09c4fd3b47
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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