diff --git a/etc/zabbix-cli.conf b/etc/zabbix-cli.conf index be3f629b..fe1a600a 100644 --- a/etc/zabbix-cli.conf +++ b/etc/zabbix-cli.conf @@ -31,24 +31,6 @@ ;zabbix_api_url=https://zabbix.example.net/zabbix -; ########################### -; LDAP section -; ########################### -[ldap] - -; Valid LDAP URL -;ldap_uri=ldaps://ldap.example.net:636 - -; LDAP tree with user information -; ldap_users_tree:cn=users,dc=example,dc=net - -; LDAP tree with usergroups information -;ldap_usergroups_tree:cn=usergroups,dc=example,dc=net - -; Usergroups to synchronize between LDAP and Zabbix -;usergroups_to_sync=group1 group2 group3 - - ; ############################ ; zabbix_config section ; ############################