Skip to content

Commit

Permalink
Remove extra 'be' in default config.js LDAP comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLeiter committed Dec 6, 2021
1 parent 981de66 commit 0fce974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>)`
Expand Down

0 comments on commit 0fce974

Please sign in to comment.