Use this procedure to identify the users that can log in to CA Chorus. Additionally, you can authorize users to do the following tasks:
Note: The following commands are samples. For detailed information about using these commands, see the IBM RACF product documentation.
Follow these steps:
Note: This step is not required for feature-based resources (for example, auto-refresh). You need only perform this step one time. If you have defined the resource to CAMFC, go to step 2.
RDEFINE CAMFC CHORUS.ROLE.discipline UACC(NONE)
DB2DBA
INFRASTRUCTURE
SECURITY
STORAGE
Note: For a detailed explanation of each discipline resource, see step 2.
The applicable discipline resource is assigned to CAMFC. You can now give users access to the discipline.
PERMIT resource-name ID(uid-of-userid1) AC(READ) CLASS(CAMFC) PERMIT resource-name ID(uid-of-userid2) AC(READ) CLASS(CAMFC) ... PERMIT resource-name ID(uid-of-useridn) AC(READ) CLASS(CAMFC)
Identifies the CA Chorus resource the user is permitted to access.
Controls access to CA Chorus for DB2 Database Management functions. CA Chorus Infrastructure Management for Networksand Systems offers data from CA Insight, but the resource is not required for this discipline.
Controls access to CA Chorus Infrastructure Management for Networksand Systems functions.
Controls access to CA Chorus for Security and Compliance Management functions (UI and batch).
Controls access to CA Chorus for Storage Management functions.
Controls access to an SDK role. CA Chorus can support multiple SDKs. Work with the system administrator and application developer to define and share this name. We recommend that the application developer use this name to build the files necessary to support the SDK. For more details, see the Software Development Kit User Guide.
An alphanumeric string to identify this resource for your SDK.
Indicates the user can index content in the Knowledge Center.
Indicates that the user can use the auto-refresh option.
Identifies the UID of the CA Chorus user requesting access.
Indicates the user has READ access.
SETROPTS RACLIST(CAMFC) REFRESH
The changes are activated.
The user has access to the specified resources and can log in and work in CA Chorus.
Example
The following commands grant user ABC1 the following abilities:
PERMIT CHORUS.ROLE.SECURITY ID(ABC1) AC(READ) CLASS(CAMFC) PERMIT CHORUS.SETTINGS.KNOWLEDGECENTER ID(ABC1) AC(READ) CLASS(CAMFC) PERMIT CHORUS.SETTINGS.AUTOREFRESH ID(ABC1) AC(READ) CLASS(CAMFC) SETROPTS RACLIST(CAMFC) REFRESH
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|