🛠️ 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

View File

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