Closed aknauss closed 1 year ago
Cc @come-nc @blizzz
I got the same issue with two ldap endpoints. It looks like the same Problem with bugreport #34993
Logs could be helpful.
Same problem with NC 26.0.1
I can confirm that. After the Upgrade von 25.0.5 to 26.0.1 no user can use nextcloud anymore. Rollback to 25 > OK!
Ubuntu 20.04 PHP 8.1 MariaDB 10.6
HI, is there already a fix somewhere for this issue? I was not able to find. Many thanx for any help!
THX found solution. Issue solved
Yes, it is fixed in the next update 26.0.2 A fix is here https://github.com/nextcloud/server/pull/37903
⚠️ This issue respects the following points: ⚠️
Bug description
Hello, I have two LDAP configuration s04 and s05. I recently updated Nextcloud to 26. But now when I try to connect, I can't. Ldap servers switch between them instead test on all LDAP configurations
php ./occ ldap:test-config s04 ---- I check status of my first LDAP
The configuration is valid and the connection could be established!
php ./occ ldap:check-user toto ---- I check user
The user is still available on LDAP.
php ./occ ldap:check-user toto ---- I check again with the same user (seems to test on my second config of LDAP...)
The user does not exists on LDAP anymore. Clean up the user's remnants by: ./occ user:delete "toto"
php ./occ ldap:test-config s04 ---- I do a check again my user work again
The configuration is valid and the connection could be established!
php ./occ ldap:check-user toto
The user is still available on LDAP.
For now, I deleted my second LDAP's configuration and all seems to be ok except some users on my second LDAP who can't access to my nextcloud until I find a patch...
Thanks a lot
Steps to reproduce
Expected behavior
User checked on all LDAP
Installation method
None
Nextcloud Server version
24
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response