module.exports = { LDAP_URL: "ldaps://XXX:636", LDAP_BIND_DN: "", LDAP_BIND_PASSWD: "", LDAP_LOGIN_BASE: "", LDAP_LOGIN_SCOPE: "one", LDAP_LOGIN_FILTER: (user) => `(|(mail=${user})(cn=${user}))`, LDAP_ROOT: "dc=foo,dc=bar", LDAP_MAP_ADDRESS: "dn", NOLOGIN: false, LDAP_CATEGORIES: [ { name: "", base: "", scope: "", attributes: [ { name: "", mapped: "", type: "", filter: "" } } ] };