mirror of
https://github.com/thelounge/thelounge
synced 2024-11-24 21:13:06 +00:00
Remove extra 'be' in default config.js LDAP comment
This commit is contained in:
parent
981de663fb
commit
0fce974f2c
1 changed files with 1 additions and 1 deletions
|
@ -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 `(&(<primaryKey>=<username>) <filter>)`
|
||||
|
|
Loading…
Reference in a new issue