Closed teleharry closed 1 year ago
~~Yes, I confirm this bug. Working on a fix, thanks for sharing!~~
Well, have to correct myself here, I guess... Apart from the logging output, the things happening behind the scenes are basically the same as before. An error is passed to LDAP if the user authentication fails.
I'm experimenting with LDAPError
s instead, let's see if that helps here.
Update: It was actually a wrong LDAP error type that caused this behavior.
Probably this happened due to some change in semantics with the newer ldapjs
version.
Fix is on the way. (Docker containers with tags latest
, 3
and 3.1.0
are available now.)
Lately since version 3.0.2 and Chuchtools 3.100 we have an issue on Nextcloud login with wrong passwords. In this case Nextcloud ends up with an Internal Server Error.
Nextcloud Log shows:
version":"26.0.5.1","exception":{"Exception":"Exception","Message":"LDAP Operations error","Code":1,"Trace":[{"file":"/srv/nextcloud/nc/apps/user_ldap/lib/LDAP.php
ctldap log:
Wrong users will fall back to login-page and therefore works. Also proper logins working fine.
Same on older Versions on Nextcloud 25, so it seems to be related to ctldap 3.0.2?