Page 1 of 1

Add permissions for a public folder

Posted: Mon Jan 02, 2006 10:34 am
by rudi
Hi,

How can I add or modify permissions for an user on the command line? Or, how can I add or modify permissions for many public folders. I have about 200 public folders. Now I want add a new user, who should have read and write permissions.

Thanks for help!!

Posted: Mon Jan 02, 2006 1:06 pm
by florian
Rudi,

this can be done using the command line.

In case of doubt, when looking for any command, you should be checking the master Index manpage for Scalix. This is available in the shell by typing

Code: Select all

man scalix-server


With regards to ACLs, you'll find the following

Code: Select all

COMMANDS
       Access Control Lists
            omaddacl(8),  omaddacln(8),  omchkacln(8),  omdelacl(8),  omdela-
            cln(8), ommodacln(8), omshowacl(8).


This gives you the list of commands to look at. Each of the commands will have a separate man page for details.

Enjoy the power of Scalix administration automation! ;-)

Florian.