forked from External/ergo
Merge pull request #1635 from slingamn/pass
fix #1634 (forward-porting to master)
This commit is contained in:
commit
e14aace1da
5 changed files with 38 additions and 13 deletions
|
|
@ -407,7 +407,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue