From 76098b5cab2b96def9dd6cc04b8c8bb5d7df639f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 30 Aug 2021 15:38:29 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.js b/conf/config.js index 001c0d2..303ec19 100644 --- a/conf/config.js +++ b/conf/config.js @@ -16,7 +16,7 @@ module.exports = { // channels and scrollbacks are available when they come back. // // This value is set to `false` by default. - public: false, + public: true, // ### `host` // @@ -391,7 +391,7 @@ module.exports = { ldap: { // - `enable`: when set to `false`, LDAP support is disabled and all other // values are ignored. - enable: true, + enable: false, // - `url`: A url of the form `ldaps://:`. // For plain connections, use the `ldap` scheme.