1
0
Fork 0
forked from External/ergo

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
commit e14aace1da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 13 deletions

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