Re: [ossec-list] OSSEC windows agent on non-English Windows

2017-06-07 Thread dan (ddp)
Thanks, I missed that! On Mon, Jun 5, 2017 at 8:00 AM, wrote: > Hi, > Thanks for adding my suggestion, but: > > On page: The Administrators group may not be present on non-English copies > of #1137 is: > - system("echo y|cacls * /T /G Administrators:f "); > + system("echo

Re: [ossec-list] OSSEC windows agent on non-English Windows

2017-06-05 Thread andrewm0374
On icaclc you can use shoter form: system("icacls * /T /grant \"*S-1-5-32-544:F\""); or: system("icacls * /Q /T /grant \"*S-1-5-32-544:F\""); "echo y|" is unnecessary, but I don't tested it yet. -- --- You received this message because you are subscribed to the Google Groups "ossec-list"

Re: [ossec-list] OSSEC windows agent on non-English Windows

2017-06-02 Thread dan (ddp)
I have created pull request #1137. Thanks for researching that! On Fri, Jun 2, 2017 at 9:04 AM, wrote: > Hi, > > I haven't got group "Administrators" on my non-English Windows. > Ossec-agent for Windows is trying to execute command: > echo y|cacls * /T /G Administrators:f