[Secondary groups] Added secondary groups to Windows agent

This commit is contained in:
fermin831 2018-04-05 11:02:19 +02:00
parent d0c34e2ce7
commit a724851a4d
1 changed files with 1 additions and 0 deletions

View File

@ -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;