Merge pull request #1635 from slingamn/pass

fix #1634 (forward-porting to master)
This commit is contained in:
Shivaram Lingamneni
2021-04-25 21:34:12 -04:00
committed by GitHub
5 changed files with 38 additions and 13 deletions
+4 -1
View File
@@ -435,7 +435,10 @@ accounts:
# require-sasl controls whether clients are required to have accounts
# (and sign into them using SASL) to connect to the server
require-sasl:
# if this is enabled, all clients must authenticate with SASL while connecting
# if this is enabled, all clients must authenticate with SASL while connecting.
# WARNING: for a private server, you MUST set accounts.registration.enabled
# to false as well, in order to prevent non-administrators from registering
# accounts.
enabled: false
# IPs/CIDRs which are exempted from the account requirement