Hi there,
I want to execute a simple script (interface ethernet enable ether4) as a read only user. So I created the script as user with full rights and set “Don’t require permissions”.
Now I login as user with read rights, go to System>Scripts, select the script and push the “Run Script” button and the script works correctly.
Then I opened a terminal window and typed:
[poe@hap ac] > system script run poeon
not enough permissions (9)
Which is kind of weird, because it just worked before when hitting the button.
When I add “write” policy to the group of my poe user, it also works when calling the script in the terminal.
Am I getting something wrong here?