If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Outq’s can be secured via authorization lists (use groups when possible) with public *exclude. You will also want to check the settings on the outq itself: (5 to display/F21/F13) DSPDTA *YES OPRCTL *NO AUTCHK *DTAAUT. You also want to limit *SPLCTL for all non administrator users.
Put the name of the output queue in the object field; also put the output queue library name in the object library field.
For example, by default joblogs go to output queue QEZJOBLOG in library QUSRSYS. QEZJOBLOG would be the object name, and QUSRSYS would be the object library name.
You also want to limit *SPLCTL for all non administrator users.
And that comment from Abigail is on the mark. If users have *SPLCTL, that special authority can trump all other authorities. (That’s why it’s “special”.)
Outq’s can be secured via authorization lists (use groups when possible) with public *exclude. You will also want to check the settings on the outq itself: (5 to display/F21/F13) DSPDTA *YES OPRCTL *NO AUTCHK *DTAAUT. You also want to limit *SPLCTL for all non administrator users.
this is the screen i get when i enter the editobjaut
Object . . . . . . . . . . . . . Name
Library . . . . . . . . . . . *LIBL Name, *LIBL, *CURLIB
Object type . . . . . . . . . . *ALRTBL, *AUTL, *BNDDIR…
ASP device . . . . . . . . . . . * Name, *, *SYSBAS
Output . . . . . . . . . . . . . * *, *PRINT, *OUTFILE
all the users that i want to restrict start with PU. what do i enter in the object field.
i see where you can put *outq in the object type
what do i enter in the object field.
Put the name of the output queue in the object field; also put the output queue library name in the object library field.
For example, by default joblogs go to output queue QEZJOBLOG in library QUSRSYS. QEZJOBLOG would be the object name, and QUSRSYS would be the object library name.
You also want to limit *SPLCTL for all non administrator users.
And that comment from Abigail is on the mark. If users have *SPLCTL, that special authority can trump all other authorities. (That’s why it’s “special”.)
Tom