[Secondary groups] Added secondary groups to Windows agent
This commit is contained in:
parent
d0c34e2ce7
commit
a724851a4d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue