Apparently, when running the
./teamsite/bin/iwgroup
CLT, you need root access per this error reported:
/usr/iw/teamsite/bin/iwgroup listgroups -a
You must have root access to run iwgroup .
In our case, the permissions on
/usr/iw/teamsite/bin/iwgroup
are:
-r-xr-xr-x 1 root daemon 821796 Mar 17 2005 iwgroup
So the I know that everyone has execute access.
And, the file that this command is modifying (
./conf/tsgroups.xml
) is writable by some non-root users (ie. in our case, those in the tsadmin group), per:
-rw-rw---- 1 root tsadmin 131 Aug 8 11:34 tsgroups.xml
Therefore, whilst knowing that I can manually modify the
'tsgroups.xml
' file as a non-root user in the '
tsadmin
' group, does anyone know if it is possible to run the
./bin/iwgroup
command without acutally being root?