Browse Source

Merge pull request #1186 from slingamn/loginviapass

enable login-via-pass-command by default
tags/v2.2.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
640ff77ccd
No account linked to committer's email address
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      conventional.yaml
  2. 2
    2
      default.yaml

+ 1
- 1
conventional.yaml View File

@@ -336,7 +336,7 @@ accounts:
336 336
     skip-server-password: false
337 337
 
338 338
     # enable login to accounts via the PASS command, e.g., PASS account:password
339
-    # this is sometimes useful for compatibility with old clients that don't support SASL
339
+    # this is useful for compatibility with old clients that don't support SASL
340 340
     login-via-pass-command: false
341 341
 
342 342
     # require-sasl controls whether clients are required to have accounts

+ 2
- 2
default.yaml View File

@@ -362,8 +362,8 @@ accounts:
362 362
     skip-server-password: false
363 363
 
364 364
     # enable login to accounts via the PASS command, e.g., PASS account:password
365
-    # this is sometimes useful for compatibility with old clients that don't support SASL
366
-    login-via-pass-command: false
365
+    # this is useful for compatibility with old clients that don't support SASL
366
+    login-via-pass-command: true
367 367
 
368 368
     # require-sasl controls whether clients are required to have accounts
369 369
     # (and sign into them using SASL) to connect to the server

Loading…
Cancel
Save