Home
TeamSite
how to do setuid Root for cgi's in solaris
Rathina
Hi
I am Using Teamsite5.5.2 and teamsite templating 5.5.2 on solaris8.My problem is while acessing the templates its give an
Teamsite: wrapper
Eror: Installation problem iw-cgi_wrapper need to be run as root.
when i refer the admin manual,its says some cgi has to be setuid root in solaris.
can any one please come up how to do setuid in solaris for these cgi's.
thanks
rathina
Find more posts tagged with
Comments
Migrateduser
My iw_cgi_wrapper.cgi file is set like this:
sudo chmod 4555 iw_cgi_wrapper.cgi
You'll need sudo or root access to do this.
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com
nipper
man chmod......
as root, chmod 4755 foo.cgi
Be warned, if this is a perl script that you have written there
may be taint mode issues (perl is very careful when running as root), though the IW provided ones should nto need it
Andy