-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAP login not working if local user with same name exists #117
Comments
What exactly does "not working" mean? LDAP is only used for authentication. If the LDAP server says a user is authentic, the database is searched for an existing user with the same email address. If such a user exists, this user is signed in. If no such user exists, a new (regular) user is created in the database. |
According to customer the login does not work once you add a local user and later on switch to ldap. |
I cannot reproduce this locally. I have a regular user I can log in as that user with password I did however encounter two problems with error messages for failed logins that I addressed here: #129 |
Can not reproduce. But we know have better error handling in case that LDAP e.g. does not accept the password. |
Proposal:
Maybe remove the possibility to switch (local login, ldap login)?
The text was updated successfully, but these errors were encountered: