DDM server access control exit program for additional security

 

Customers who use menu-level security, which is accomplished by restricting the user's access to functions on the server, are likely to have a large number of public files. Public files are those files to which the public has some or all authority. A user exit program allows you to restrict each DDM user's access to public files and to private files.

The name of the program must be specified on the DDMACC parameter of the Change Network Attributes (CHGNETA) command.

User exit programs also let you block or filter DDM connection requests. All connection requests made by a DDM source system can be denied, or access to selected users can be granted. The user exit program must exist on the target server. The target DDM support calls this program:

When a user exit program is specified, the TDDM first checks for errors in the access request that is received from the source server. If no errors are detected, the TDDM builds the parameter list, calls the user exit program, and passes the parameter list to it.

 

Parent topic:

Security

 

Related concepts


Elements of security in an APPC network