Skip to content
Snippets Groups Projects
Commit d139782e authored by David Lougheed's avatar David Lougheed Committed by Diego Mello
Browse files

[FIX] LDAP login (#596)

parent aaa44156
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,8 @@ const RocketChat = {
if (state.settings.LDAP_Enable) {
params = {
...params,
username: user,
ldapPass: password,
ldap: true,
ldapOptions: {}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment