mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +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) {
|
if (ldapLoginUsesUsername) {
|
||||||
ldap.username = true;
|
ldap.username = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return ldap;
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue