-
Change Request (Sub-task)
-
Resolution: Fixed
-
Major
-
6.0.5, 6.2.0beta3
-
Sprint 83 (Dec 2021), Sprint 84 (Jan 2022), Sprint 85 (Feb 2022), Sprint 86 (Mar 2022), Sprint 87 (Apr 2022), Sprint 88 (May 2022), Sprint 89 (Jun 2022), Sprint 90 (Jul 2022)
-
0.25
Steps to reproduce:
- Deploy a container off zabbix/zabbix-web-nginx-mysql:ubuntu-6.0.5 image
- Fill in all parameters in Administration->Authentication->LDAP
- Click Test
Result:
Getting "Cannot bind to LDAP server." error.
**
Expected:
To be able to configure LDAP authentication.
Seems to be related to lots of changes in ldap_* functions in PHP 8.1. Example for ldap_search function: https://www.php.net/manual/en/function.ldap-search.php (see Changelog section)