🛠️ fix(ldap): LDAP_LOGIN_USES_USERNAME config (#3472)
This commit is contained in:
@@ -15,6 +15,8 @@ const getLdapConfig = () => {
|
||||
if (ldapLoginUsesUsername) {
|
||||
ldap.username = true;
|
||||
}
|
||||
|
||||
return ldap;
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user