Is your e3000 Environment Secure? Homestead security

page 16April 24, 2003
Is Your Homestead Secure? - Solution Symposium West
Listing all users with SM, OP, or PM
capability
file temp;rec=,,b;disc=2147483647
listuser @.@ >*temp
xeq awk.hpbin.sys "'&
/^USER:/ { user=$2 } &
/^CAP:.*(SM|OP|PM)/ { print user}'" <*temp
purge *temp;temp