Hey All,
I have a perl script that runs as USERA on my system. It sets environment variables for USERA and logs into a database with an encrypted password from a configuration file ONLY readable by USERA. However, I would like all users within a group to be able to use the script without having to su to user, or use sudo. I tried SUID by changing permissions to 7750 for the script, but that still does not work. How would I grant everyone in a group to run the script, basically as USERA, without using su or sudo?