From 543fd0aa149c8d0fc384c1607ed37bbf8335cd7a Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 14 Feb 2019 21:25:41 -0500 Subject: [PATCH] document bootstrapping technique --- docs/MANUAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/MANUAL.md b/docs/MANUAL.md index b578eab7..00fb047c 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -183,9 +183,9 @@ In this mode, clients must have a valid account to connect, so they cannot regis To enable this mode, set the following configs: -* `accounts.registration.enabled = false` +* `accounts.registration.enabled = false` (`true` during remote bootstrapping) * `accounts.authentication-enabled = true` -* `accounts.require-sasl.enabled = true` +* `accounts.require-sasl.enabled = true` (`false` during remote bootstrapping) * `accounts.nick-reservation.enabled = true` Additionally, the following config is recommended: