From a724851a4da56e0440b942bdb548db25fe007b07 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Thu, 5 Apr 2018 11:02:19 +0200 Subject: [PATCH] [Secondary groups] Added secondary groups to Windows agent --- pandora_agents/win32/pandora_windows_service.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_agents/win32/pandora_windows_service.cc b/pandora_agents/win32/pandora_windows_service.cc index 1abe51491a..e843cdbc05 100644 --- a/pandora_agents/win32/pandora_windows_service.cc +++ b/pandora_agents/win32/pandora_windows_service.cc @@ -635,6 +635,7 @@ Pandora_Windows_Service::getXmlHeader () { "\" os_version=\"" + os_version + "\" group=\"" + conf->getValue ("group") + "\" parent_agent_name=\"" + conf->getValue ("parent_agent_name") + + "\" secondary_groups=\"" + conf->getValue ("secondary_groups") + "\" agent_mode=\"" + agent_mode + "\">\n"; return xml;