I have already asked on group userman, but it seems that this group is a better place for the question.
This is command which is working fine in terminal window:
/tool user-manager user set 26 name=test password=test group-name=2M subscriber=admin disabled=no
But when I put these on script and try to start then is not working:
/system script
add name=test-on-2M-speed policy=\
ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive source="/tool user-man\
ager user set 25 name=test password=test group-name=2M subscriber=admin disabled=\
no\r\
\n:log info \"test speed is 2M\""
And also there is something related with scheduler here you can see:
52 name="test-on-2M-speed" start-date=feb/06/2011 start-time=00:06:00 interval=1w on-event=test-on-2M-speed
owner="admin" policy=reboot,read,write,policy,test,password,sniff,sensitive run-count=0
next-run=feb/20 00:06:00
start-date=feb/06/2011
interval=1w
next-run=feb/20 00:06:00
it will need to be next-run=feb/13 00:06:00
Is this some bug?
Any help?