First off thanx to everyone who responded ... there were numerous suggestions 1. use rhosts ( cant use this one security guy doesnt like it ) 2. install sudo ( this was the most suggested ) 3. put the following code in oracle's .profile or some variant of this code if [ "`who am i|awk '{print $1}'`" = "$LOGNAME" ] then echo "Not authorized to login directly." exec sleep 2 fi 4. If you're using Solaris 8, check out RBAC (role based access control). 5. PAM Modules 6. In the admintool modify the oracle user and make it su-only. 7."*LK*" in the shadow file 8. SSH thanx again folks ... -- rick _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Tue Mar 26 17:04:34 2002
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:38 EST