💬 | Lightweight Directory Access Protocol | LDAP authentication is successful, but the LDAP-authenticated user cannot log in. Meanwhile, it can log in if flood attempts block the account.
🇯🇵Japan htakamur
Thank you. I just used "composer update" without enough caution, so I was unsure which update caused the problem. I checked various combinations of core and the LDAP module and found those are not problems.
It turns out that another login-related module, i.e., "Mail Login," which enables email address login, was the reason. By removing the mail_login module, the login problem mentioned above disappears. If mail_login is installed again, the login problem emerges again. FYI, another email login module, "Email Registration," seems OK with the simultaneous use of LDAP.
I should have checked this before submitting this issue. Sorry for bothering you.