From c880dd8aec5cdc072b99fbf6a5f52d4b25d9d936 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 26 Jun 2013 08:18:29 +0000 Subject: [PATCH] 2013-06-26 Miguel de Dios * bin/pandora_agent.conf: restored the remote_config as disabled for to avoid problems. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8412 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/win32/ChangeLog | 5 +++++ pandora_agents/win32/bin/pandora_agent.conf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_agents/win32/ChangeLog b/pandora_agents/win32/ChangeLog index d298515a62..2e8b4dbd3c 100644 --- a/pandora_agents/win32/ChangeLog +++ b/pandora_agents/win32/ChangeLog @@ -1,3 +1,8 @@ +2013-06-26 Miguel de Dios + + * bin/pandora_agent.conf: restored the remote_config as disabled + for to avoid problems. + 2013-06-25 Sancho Lerena * bin/pandora_agent.conf: removed old references to ODBC feature diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index a6818434ea..33b8735b39 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -64,7 +64,7 @@ server_port 41121 # If set to 1 allows the agent to be configured via the web console # (only works on enterprise version). Set to 0 to disable it -remote_config 1 +remote_config 0 # Set XML encoding (ISO-8859-1 by default). #encoding ISO-8859-1