BCI433 LECTURE 2 (Practice)
BCI433 LECTURE 2 (Practice)
- The iSeries security system is built into the operating system, allowing for consistent security
between the operating system and other licensed programs. (There are several software
components available from IBM that extend the functions and capabilities of the system - licensed
program product).
- Security has three separate aspects:
- System values, security levels, assistance levels, user profiles, group profiles, and authorization
lists work together to allow the manipulation and control of data on the iSeries.
. Security Levels
- The user profile is an object that defines system access for the user: what objects can be
accessed, what libraries can be used, what authorities are assigned, and what special groups the
user belongs.
- DSPUSRPRF (F4 , F1)
- The Current library is where any new objects that the user create reside by default.
- User classes:
- Each user profile class has special default authorities based on the security level.
Drwxrwxrwx
User+Group+Other
- A group profile (*GRPPRF) is similar to a user's profile except it gives the same set of authorities to
multiple users.
- A job description includes attributes such as where the job is executed, the priority of the job, the
printer to be used, and how message logging is to be handled.
- DSPJOBD F4
AS/400
- Jobd Canada
- Jobd Australia
- Jobd USA
. Message Queue
- The library list provides an effective method to help program locate objects on the system. (An
Example)
- DSPLIBL
- CHGCURLIB
- ADDLIBLE
- RMVLIBLE
- CHGLIBL
- EDTLIBL
///////////////
/////Library
Crtlib abcd9
Dltlib abcd9 //for deleting permanently and first rmvlible abcd9 and then delete