Skip to content

Commit

Permalink
Use correct option name (filter instead of ldapFilter) in config.js c…
Browse files Browse the repository at this point in the history
…omment. (#4590)

The comment for the "filter" key under "searchDN" refers to it as "ldapFilter" instead of "filter".
  • Loading branch information
murph committed Jun 19, 2022
1 parent dd05ee3 commit 4af5fc6
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 @@ -457,7 +457,7 @@ module.exports = {
// - `rootPassword`: Password of The Lounge LDAP system user.
rootPassword: "1234",

// - `ldapFilter`: it is set to `"(objectClass=person)(memberOf=ou=accounts,dc=example,dc=com)"`
// - `filter`: it is set to `"(objectClass=person)(memberOf=ou=accounts,dc=example,dc=com)"`
// by default.
filter: "(objectClass=person)(memberOf=ou=accounts,dc=example,dc=com)",

Expand Down

0 comments on commit 4af5fc6

Please sign in to comment.