Page 1 of 1

Unix User Administration for Scalix

Posted: Thu Jun 01, 2006 6:33 pm
by jgao
I assigned other unix users to scalix group. When other users ran omaddu, they received this error:

omaddu : [OM 8020] Invoker is not superuser or an Scalix administrator

How to let none-superuser to run omaddu, or how to make a regular user become Scalix administrator, so he/she can run omaddu, omdeleu, etc?

Thanks,
Jian

Posted: Fri Jun 02, 2006 6:37 am
by Valerion
Do a

Code: Select all

ommodu -o 'user name' -c admin -u <unix id>
where <unix-id> is the UNIX user name.

Posted: Wed Jun 21, 2006 6:12 pm
by jgao
It works. Thanks.