Hello all. It`s my first post here, so i hope i will not make you mad with my noob questions 
I`m a total beginner with LDAP and getting serious trouble getting LDAP authentication work.
We are using CommuniGate as LDAP server, so there are not so many tutorials how to get the work done.
After multiple attempts the bind the server the zabbix successfully BIND to the server but the test connection with the test user is unsuccessful with error:
ldap_bind(): Unable to bind to server: Invalid credentials [authentication.php:120 → CLdapAuthValidator->validate() → CLdap->checkPass() → ldap_bind() in /home/****/include/classes/ldap/CLdap.php:160]
Login name or password is incorrect!
The login user EXIST on LDAP and the password is CORRECT. If i change the user i get error LDAP USER NOT FOUND, which means that the test connection find the user if the user is the right one.
I will be very thankful if you help me to enter the correct data. The most working config till now is:
LDAP host - <IP of the LDAP server, without ldap:// and without port>
Port - 389
Base DN - cn=subdomain.domain.net
Search attribute - uid
Bind DN - [email protected]
Bind password - password for the postmaster
Login - postmaster (or any existing ldap user)
User password - postmasters password (or any existing ldap user`s password)

I`m a total beginner with LDAP and getting serious trouble getting LDAP authentication work.
We are using CommuniGate as LDAP server, so there are not so many tutorials how to get the work done.
After multiple attempts the bind the server the zabbix successfully BIND to the server but the test connection with the test user is unsuccessful with error:
ldap_bind(): Unable to bind to server: Invalid credentials [authentication.php:120 → CLdapAuthValidator->validate() → CLdap->checkPass() → ldap_bind() in /home/****/include/classes/ldap/CLdap.php:160]
Login name or password is incorrect!
The login user EXIST on LDAP and the password is CORRECT. If i change the user i get error LDAP USER NOT FOUND, which means that the test connection find the user if the user is the right one.
I will be very thankful if you help me to enter the correct data. The most working config till now is:
LDAP host - <IP of the LDAP server, without ldap:// and without port>
Port - 389
Base DN - cn=subdomain.domain.net
Search attribute - uid
Bind DN - [email protected]
Bind password - password for the postmaster
Login - postmaster (or any existing ldap user)
User password - postmasters password (or any existing ldap user`s password)
Comment