Hello,
I'm working on Zabbix 7 or 8 inside docker environment.
I'm having troubles with LDAP authentication and I cannot find any reason.
I'm using an active directory server without secure LDAP, so i'm using unsigned LDAP (Port 389)
The test button is working well on the authentication menu, so my AD server can be joined.
The problem occur when I'm trying to authenticate with an AD Account.
I tried using the sAMAccountName as user name in the login form, I tested with the UPN as well as domain\sAMAccountName format.
The error message is :
Incorrect user name or password or account is temporarily blocked.
I modified the ZBX_DEBUGLEVEL to 5 inside my docker environment in order to having logs from the zabbix-server container, but I can't see anything regarding LDAP when I tried to authenticate my users.
Here is my conf:
Any help will be appreciate
Thanks
I'm working on Zabbix 7 or 8 inside docker environment.
I'm having troubles with LDAP authentication and I cannot find any reason.
I'm using an active directory server without secure LDAP, so i'm using unsigned LDAP (Port 389)
The test button is working well on the authentication menu, so my AD server can be joined.
The problem occur when I'm trying to authenticate with an AD Account.
I tried using the sAMAccountName as user name in the login form, I tested with the UPN as well as domain\sAMAccountName format.
The error message is :
Incorrect user name or password or account is temporarily blocked.
I modified the ZBX_DEBUGLEVEL to 5 inside my docker environment in order to having logs from the zabbix-server container, but I can't see anything regarding LDAP when I tried to authenticate my users.
Here is my conf:
Any help will be appreciate

Thanks
Comment