From daf1e68a7d57bb27d58d74498ddd7e9198ee3508 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 5 Feb 2019 03:42:08 -0500 Subject: [PATCH] review fix --- oragono.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/oragono.yaml b/oragono.yaml index 30decfa1..4646c412 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -198,10 +198,13 @@ accounts: # PASS as well, so it can be configured to authenticate with SASL only. skip-server-password: false + # 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: + # if this is enabled, all clients must authenticate with SASL while connecting enabled: false - # the following IPs/CIDRs are exempted from this requirement: + + # IPs/CIDRs which are exempted from the account requirement exempted: - "localhost" # - '127.0.0.2'