I've configured NC for auth from my own FreeIPA LDAP server inspired by https://www.freeipa.org/page/Owncloud_Authentication_against_FreeIPA
In configuration wizard I test config by test button in every step and Configuration is OK, users is found, Settings is Verified, group is found.
But in Expert page Test says:
Valid configuration, but binding failed. Please check the server settings and credentials."
and occ commands writes:
php occ ldap:test-config s02The configuration is valid, but the bind failed. Please check the server settings and credentials.php occ ldap:check-user nextcloud@pavkamlc.czThe given user is not a recognized LDAP user.
In nextcloud.log I can't found any ldap errors.
⚠️ This issue respects the following points: ⚠️
Bug description
I've configured NC for auth from my own FreeIPA LDAP server inspired by https://www.freeipa.org/page/Owncloud_Authentication_against_FreeIPA In configuration wizard I test config by test button in every step and Configuration is OK, users is found, Settings is Verified, group is found. But in Expert page Test says: Valid configuration, but binding failed. Please check the server settings and credentials." and occ commands writes:
php occ ldap:test-config s02
The configuration is valid, but the bind failed. Please check the server settings and credentials.php occ ldap:check-user nextcloud@pavkamlc.cz
The given user is not a recognized LDAP user. In nextcloud.log I can't found any ldap errors.Steps to reproduce
Expected behavior
Login to NC by valid LDAP user
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
RHEL/CentOS
PHP engine version
PHP 8.0
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response