| TechTip: Managing Authorization Lists 101, Part I |
|
|
|
| Tips & Techniques - Security | |||
| Written by Rafael Victoria-Pereira | |||
| Wednesday, 29 April 2009 20:00 | |||
|
Do you really understand what authorization lists are and what they do?
Securing a file, program, or other object with an authorization list is the same as granting access to each user profile on the authorization list. To help understand the concept, think of an authorization as two sub-lists:
The first sub-list holds a register of users (or groups) and their authorities. Each user on the authorization list can have a different authority level. You can add a group profile to an authorization list, which in practical terms means the same thing as putting each member of the group on the authorization list.
The second sub-list enumerates the objects secured by the authorization list. Authorization lists can secure any object type except a user profile or another authorization list. Different types of objects can be mixed on the same list. Each user's access from the first list applies to the objects on the second list.
Actually, this is not exactly how the authorization list is implemented in the system, but you should have an idea of how it works now.
In short, each authority level grants different accesses to iSeries objects:
In other words, an authorization list contains user (or group) names and their respective authority levels. Putting the bouncer at the club's entrance is like changing an object's security attributes in order to use a certain authorization list: anytime someone tries to access the object, that user's authority over the object is checked (see "Authority Checking Process" below for more details) and the access is granted or not. Authority Checking Process for Objects Using Authorization ListsWhen a user tries to access an object that is secured by an authorization list, the system performs authority checks as follows. (Author's Note: The following list of steps was previously published in "Authorization List Internals" by Wayne O. Evans, Midrange Computing, October 31, 1993.)
Only the BeginningWatch for the rest of this series to learn more about using authorization lists to keep your system and its data safe. | |||
View all articles by this author
|
|||
| Last Updated on Thursday, 30 April 2009 14:15 |




