From 44ae17107479f87ef312664631d346f49de7187f Mon Sep 17 00:00:00 2001 From: Rafael Martinez Guerrero Date: Wed, 25 Mar 2015 19:51:59 +0100 Subject: [PATCH] Delete ldap section from config file --- etc/zabbix-cli.conf | 18 ------------------ 1 file changed, 18 deletions(-) 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 ; ############################