APPL Class
Each record in the APPL class defines an application used by CA SSO.
capamsc141
Each record in the APPL class defines an application used by CA SSO.
The key of the APPL class record is the name of the application.
The following definitions describe the properties contained in this class record. Most properties are modifiable and can be manipulated using selang or the administration interfaces. Non-modifiable properties are marked as
informational
.- ACLDefines a list of accessors (users and groups) permitted to access the resource, and the accessors' access types.Each element in the access control list (ACL) contains the following information:
- AccessorDefines an accessor.
- AccessDefines the access authority that the accessor has to the resource.
- APPLTYPEUsed by CA SSO.
- AZNACLDefines the authorization ACL. The authorization ACL is an ACL that allows access to a resource based on the resource description. The description is sent to the authorization engine, not the object. Typically, when an AZNACL is used, the object is not in the database.
- CAPTIONThe text under the application's icon on the desktop. The default is the name of the APPL record.Limit:47 alphanumeric characters.
- CMDLINEThe file name of the application executable. Used by CA SSO.Limit:255 characters.
- COMMENTDefines additional information that you want to include in the record.PAM Server Controldoes not use this information for authorization.Limit:255 characters.
- CONTAINED_ITEMSThe record names of the contained applications, if the record is a container.Use the item[-](applName) parameter with the chres, editres, and newres commands to modify this property.
- CONTAINERSThe record names of container applications, if the record is contained in other applications.
- CREATE_TIME(Informational) Displays the date and time when the record was created.
- DAYTIMEDefines the day and time restrictions that govern when an accessor can access a resource.Use the restrictions parameter with the chres, ch[x]usr, or ch[x]grp commands to modify this property.The resolution of daytime restrictions is one minute.
- DIALOG_FILEThe name of the CA SSO script in the directory containing the login sequence for the application. The default directory location is /usr/sso/scripts. The default value is no script.Use the script[-](fileName) parameter with the chres, editres, and newres commands to modify this property.
- GROUPSA list of user groups authorized to use the application.
- HOSTThe name of the host where the application resides.Use the host[-](hostName) parameter with the chres, editres, and newres commands to modify this property.
- ICONFILEThe file name or full path of the file containing the icon representing the application on the desktop.PAM Server Controlexpects to find the icon on the end user's workstation. If just a file name is entered, the search order for the file is as follows:
- Current directory
- Directories listed in the PATH environment variable
- ICONIDThe numeric ID (if necessary) of the icon within the icon file. If the ICONID is not specified, the default icon is used.
- IS_CONTAINERWhether the application is a container. The default is no.Use the container[-] parameter with the chres, editres, and newres commands to modify this property.
- IS_DISABLEDWhether the application is disabled. If the application is disabled, users cannot log into it. This feature is useful when you change an application and you do not want any users to log in to the application while you make it. The disabled application appears in the application menu list, but if a user selects the application the login is terminated with an appropriate message. The default is not disabled.
- IS_HIDDENWhether the application icon appears on the desktop even for users who can invoke it. You may want to hide amasterapplication, for example an application that only serves the purpose of supplying passwords to other applications. The default is not hidden.Use the hidden[-] parameter with the chres, editres, and newres commands to modify this property.
- IS_SENSITIVEWhether re-authentication is required when the user opens the application after a preset time. The default is not sensitive.Use the sensitive[-] parameter with the chres, editres, and newres commands to modify this property.
- LOGIN_TYPEThe way user passwords are provided. The value ispwd(plain password),otp(One Time Password),appticket(a proprietary ticket for mainframe application authentication).,none(no password required), orpassticket(a one-time password replacement format created by IBM and used by mainframe security packages). The default is pwd.Use the login_type(value) parameter with the chres, editres, and newres commands to modify this property.
- MASTER_APPLThe record name of the application that supplies the password to other applications. The default is no master.Use the master[-](applName) parameter with the chres, editres, and newres commands to modify this property.
- NACL
The
NACL
property of a resource is an access control list that defines the accessors that are denied authorization to a resource, together with the type of access that they are denied (for example, write). See also ACL, CALACL, PACL. Each entry in the NACL contains the following information:Accessor
Defines an accessor.
- AccessDefines the type of access that is denied to the accessor.
Use the authorize deniedaccess command, or the authorize- deniedaccess- command, to modify this property.
NOTIFY
Defines the user to be notified when a resource or user generates an audit event.
PAM Server Control
can email the audit record to the specified user.
Limit:
30 characters.OWNER
Defines the user or group that owns the record.
PGMDIR
A directory, or a list of directories, where the application's executable file resides. Used by CA SSO.
PWD_AUTOGEN
Indicates whether the application password is automatically generated by CA SSO. The default is no.
PWD_SYNC
Indicates whether the application password is automatically kept identical to those of the other applications. The default is no.
PWPOLICY
The record name of the password policy for the application. A password policy is a set of rules for checking the validity of a new password and for defining when a password expires. The default is no validity check.
RAUDIT
Defines the types of access events that
PAM Server Control
records in the audit log. RAUDIT derives its name from R
esource AUDIT
. Valid values are:- allAll access requests.
- successGranted access requests.
- failureDenied access requests (default).
- noneNo access requests.
PAM Server Control
records events on each attempted access to a resource, and does not record whether the access rules were applied directly to the resource, or were applied to a group or class that had the resource as a member.Use the audit parameter of the chres and chfile commands to modify the audit mode.
SCRIPT_POSTCMD
Indicates whether to execute one or more commands after the login script.
SCRIPT_PRECMD
Indicates whether to execute one or more commands before the login script.
SCRIPT_VARS
Used by CA SSO, a variables list with the variable values of the application script that are saved per application.
TKTKEY
Used by CA SSO only.
TKTPROFILE
Used by CA SSO only.
UACC
Defines the default access authority for the resource, which indicates the access granted to accessors who are not defined to
PAM Server Control
or who do not appear in the ACL of the resource.Use the defaccess parameter with the chres, editres, or newres command to modify this property.
UPDATE_TIME
(Informational) Displays the date and time when the record was last modified.
UPDATE_WHO
(Informational) Displays the administrator who performed the update.
WARNING
Specifies whether Warning mode is enabled. When Warning mode is enabled on a resource, all access requests to the resource are granted, and if an access request violates an access rule, a record is written to the audit log.