🛠️ fix(ldap): LDAP_LOGIN_USES_USERNAME config (#3472)

This commit is contained in:
Oliver Faust 2024-07-29 20:32:35 +02:00 committed by GitHub
parent d03f8285db
commit 3fd25920d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,8 @@ const getLdapConfig = () => {
if (ldapLoginUsesUsername) {
ldap.username = true;
}
return ldap;
};
module.exports = {