Hello,
I try to configure LDAP authentication in Zabbix
I did configure it this way
but when I test it with the test button, it tells me "Cannot bind to LDAP server"
I used samaccountname because the ldap server is AD
When I try
ldapsearch -b "dc=wobi,dc=ipes" -H ldap://10.26.1.21 -D "CN=ldap,CN=Users,DC=wobi,DC=ipes" -W
on the console on the same Red Hat Enterprise Linux 8.9 where Zabbiy is installed, then it works
# numResponses: 1004
Can anyone please tell me what could be wrong in my configuration?
Thanks
Andreas
I try to configure LDAP authentication in Zabbix
I did configure it this way
but when I test it with the test button, it tells me "Cannot bind to LDAP server"
I used samaccountname because the ldap server is AD
When I try
ldapsearch -b "dc=wobi,dc=ipes" -H ldap://10.26.1.21 -D "CN=ldap,CN=Users,DC=wobi,DC=ipes" -W
on the console on the same Red Hat Enterprise Linux 8.9 where Zabbiy is installed, then it works
# numResponses: 1004
Can anyone please tell me what could be wrong in my configuration?
Thanks
Andreas
Comment