Skip to content

Commit

Permalink
🛠️ fix(ldap): LDAP_LOGIN_USES_USERNAME config (#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidonius1122 authored Jul 29, 2024
1 parent d03f828 commit 3fd2592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/server/services/Config/ldap.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const getLdapConfig = () => {
if (ldapLoginUsesUsername) {
ldap.username = true;
}

return ldap;
};

module.exports = {
Expand Down

0 comments on commit 3fd2592

Please sign in to comment.