mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🛠️ fix(ldap): LDAP_LOGIN_USES_USERNAME config (#3472)
This commit is contained in:
parent
d03f8285db
commit
3fd25920d4
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ const getLdapConfig = () => {
|
|||
if (ldapLoginUsesUsername) {
|
||||
ldap.username = true;
|
||||
}
|
||||
|
||||
return ldap;
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue