-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.md
57 lines (40 loc) · 2.44 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# racfadm
## Introduction
RACF Administration (RACFADM) makes many security tasks simple. It lists user, group, data set, and general resource profiles by means of a user-friendly, menu-driven interface; it provides interactive modification of most fields.
Among its features are: connecting groups to a user, adding permissions, user authorization searching across classes, and displaying the group from which an authorization is granted.
Written in customizable Rexx, RACFADM includes an exec to automate creation of aliases or data sets when creating a new TSO user and can browse all RACF system options from a single, scrollable display.
To begin using execute the RACFADM member found in the EXEC library.
## Installation
Details and usage are found in the ISPF Dialog Tutorials accessed using the F1 key.
The package consists of 4 datasets:
1. This PDS that you are reading
2. Four XMIT files:
RACFADM.EXEC.XMIT - REXX Execs that drive the dialog
RACFADM.MSGS.XMIT - ISPF Messages
RACFADM.PANELS.XMIT - ISPF Panels
RACFADM.SKELS.XMIT - ISPF Skeletons
To create usable datasets from the .XMIT datasets execute the $INSTALL member of this PDS - follow the prompts.
Then to use the application execute the hlq.RACFADM.EXEC member RACFADM which all LIBDEF and ALTLIB the required libraries and then start the application.
Installation Suggestions:
1. Tailor the $STUB REXX code and then copy it into a library in the SYSEXEC (or SYSPROC) allcation with the name RACFADM. This is modelled after Tom Conley's Dynamic ISPF approach.
2. If you have PLP installed (see PLPISPF in file 312 at cbttape.org) then add a menu item with these values:
Application Name RACFADM A unique application name 1-8 characters
Description Easy RACF Administration ISPF Dialog
ISPF Message Dataset
ISPF Panel Dataset
REXX EXEC Library 'hlq.RACFADM.EXEC'
REXX SKELS Library
Application Start (select one):
Command %RACFADM
Program Parm
ISPF Panel Panel option
## Contributors
Name Website
---------------------- ---------------------------
Nico Rizzuto (Creator) http://www.rizzuto.it
Bruce Koss
Bill Smith
John Kalinich http://www.cbttape.org/
Lionel B. Dyck http://github.com/lbdyck
http://www.cbttape.org/
Giovanni Andreani