Specifically I'm having trouble specifying user names at the moment.
For example, if I use "synoacltool -get /volume1/File_Share" it returns...
[0] user:backup:allow:rwxpdDaARWc--:fd-- (level:0)
[1] user:DOMAIN\administrator:allow:rwxpdDaARWc--:fd-- (level:0)
[2] user:admin:allow:rwxpdDaARWc--:fd-- (level:0)
This seems to show me the format for user names (user:admin for example). So, as a test let's say I want to pull the permissions for the user admin out of the same share, according to the documentation I think the command should be...
[1] user:DOMAIN\administrator:allow:rwxpdDaARWc--:fd-- (level:0)
[2] user:admin:allow:rwxpdDaARWc--:fd-- (level:0)
synoacltool -get-perm /volume1/File_Share user:admin
but if I type that I'm told "(synoacltool.c, 725)No such user". I'm having the same problem using the add command, no matter what user I try I'm told "No such user".Can anyone tell me what I'm missing when it comes to specifying user names to synoacltool?
Thank you.