From 0fce974f2caf9a010512d4e184c78996ff57c2a7 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Mon, 6 Dec 2021 14:30:13 -0800 Subject: [PATCH] Remove extra 'be' in default config.js LDAP comment --- defaults/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/config.js b/defaults/config.js index 691d5e65..c544417d 100644 --- a/defaults/config.js +++ b/defaults/config.js @@ -384,7 +384,7 @@ module.exports = { // // The search query takes a couple of parameters in `searchDN`: // - // - a base DN `searchDN/base`. Only children nodes of this DN will be likely + // - a base DN `searchDN/base`. Only children nodes of this DN will likely // be returned; // - a search scope `searchDN/scope` (see LDAP documentation); // - the query itself, built as `(&(=) )`