27,310 pts.
 AS/400 All Object Authority
I'm trying to get a list of all users who have the all object authority. Does anybody know of a good way to do that? I could create an IQ Query, but is there something faster?

Software/Hardware used:
ASKED: February 17, 2009  8:31 PM
UPDATED: February 20, 2009  3:44 PM

Answer Wiki:
Hi, The normal way is to do a DSPUSRPRF to an output file and run a query on the file. I believe there are also a few new commands which help analyze security. Regards, Martin Gilbert. Issue the command PRTUSRPRF TYPE(*AUTINFO) SPCAUT(*ALLOBJ)
Last Wiki Answer Submitted:  February 20, 2009  3:44 pm  by  Gilly400   23,625 pts.
All Answer Wiki Contributors:  Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

GO SECTOOLS

Check out the various reports you can run.

Regards
Mike

 2,725 pts.

 

Thanks for the help. GO SECTOOLS was a good idea. We have an auditing program that creates a file with all of the users and permissions so I ended up running a query on that file.

 27,310 pts.