Skip to content

Commit

Permalink
🛠️ fix(ldap): LDAP_LOGIN_USES_USERNAME config (danny-avila#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidonius1122 authored Jul 29, 2024
1 parent d7d17c3 commit c96f96d
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 c96f96d

Please sign in to comment.