Hello,
I just installed Zabbix server and was able to configure the activate the LDAP connection on web portal to connect to AD of my Windows Server.
Now, what I facing the error is that how do I sync my users and groups from Active Directory.
LDAP is setup but none of users and groups are listed on the users our usergroups
I tried this tools : https://github.com/dnaeon/zabbix-ldap-sync
the command to sync do not give any errors when I execute but none of users assign to the group are imported
Below my zabbix-ldap-sync.conf file
[ldap]
type = activedirectory
uri = ldap://1.1.1.1:389/
base = DC=MYSERVERDC=LOCAL,DC=COM
binduser = MYSERVER\zabbix.ldap
bindpass = ***********
groups = Zabbix-Users (Zabbix Users is group in the Win Server with user that can access to the web portal)
[zabbix]
server = http://1.1.1.1/zabbix/
username = admin.zabbix
password = **********
I am new to zabbix before I was using Nagios. (Actually I am testing Zabbix)
Any help or guide.
I just installed Zabbix server and was able to configure the activate the LDAP connection on web portal to connect to AD of my Windows Server.
Now, what I facing the error is that how do I sync my users and groups from Active Directory.
LDAP is setup but none of users and groups are listed on the users our usergroups
I tried this tools : https://github.com/dnaeon/zabbix-ldap-sync
the command to sync do not give any errors when I execute but none of users assign to the group are imported
Below my zabbix-ldap-sync.conf file
[ldap]
type = activedirectory
uri = ldap://1.1.1.1:389/
base = DC=MYSERVERDC=LOCAL,DC=COM
binduser = MYSERVER\zabbix.ldap
bindpass = ***********
groups = Zabbix-Users (Zabbix Users is group in the Win Server with user that can access to the web portal)
[zabbix]
server = http://1.1.1.1/zabbix/
username = admin.zabbix
password = **********
I am new to zabbix before I was using Nagios. (Actually I am testing Zabbix)
Any help or guide.
Comment