You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As described here I got Convos to work with LLDAP. It seems to work fine, but I noticed that on the very first attempt to login via LDAP on a new account it fails with an incorrect email or password error.
Since the LLDAP log tells me that it is a success regardless, I guess it fails because it has not yet created the user directory and user.json Convos side? On a second try with the same user credentials it works.
To Reproduce
Steps to reproduce the behavior:
Configure LDAP auth
Try to login with new user that only exists in LDAP
Error response from Convos, but success response in LDAP logs
Try again and it works.
Expected behavior
A user should be created Convos side on first try, or at least the error message should say "new user created, try again" or so.
Environment:
Convos stable docker image
LLDAP server
The text was updated successfully, but these errors were encountered:
Describe the bug
As described here I got Convos to work with LLDAP. It seems to work fine, but I noticed that on the very first attempt to login via LDAP on a new account it fails with an incorrect email or password error.
Since the LLDAP log tells me that it is a success regardless, I guess it fails because it has not yet created the user directory and user.json Convos side? On a second try with the same user credentials it works.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A user should be created Convos side on first try, or at least the error message should say "new user created, try again" or so.
Environment:
Convos stable docker image
LLDAP server
The text was updated successfully, but these errors were encountered: