Remove extra 'be' in default config.js LDAP comment

This commit is contained in:
Max Leiter 2021-12-06 14:30:13 -08:00
parent 981de663fb
commit 0fce974f2c
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ module.exports = {
// //
// The search query takes a couple of parameters in `searchDN`: // 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; // be returned;
// - a search scope `searchDN/scope` (see LDAP documentation); // - a search scope `searchDN/scope` (see LDAP documentation);
// - the query itself, built as `(&(<primaryKey>=<username>) <filter>)` // - the query itself, built as `(&(<primaryKey>=<username>) <filter>)`