Use correct option name (filter instead of ldapFilter) in config.js comment. ()

The comment for the "filter" key under "searchDN" refers to it as "ldapFilter" instead of "filter".
This commit is contained in:
Murph Finnicum 2022-06-18 18:23:59 -07:00 committed by GitHub
parent dd05ee3a65
commit 4af5fc6f33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)",