Command | Description |
---|---|
dn: CN=SURROGAT,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local |
Identifies the SURROGAT resource class |
changetype: add |
Action set to add, will create the resource class |
objectClass: top |
This is a top-level object |
objectClass: container |
This is a container (it will contain entities) |
description: Class for CICS SURROGATE users. JES Class for controlling access to job submission by surrogates. |
Description |
You must leave a blank line between actions |
|
dn: CN=PLTPISUR,CN=SURROGAT,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local |
Identifies the entity we want to delete |
changetype: delete |
Action set to delete, we remove any existing definition |
You must leave a blank line between actions |
|
dn: CN=PLTPISUR,CN=SURROGAT,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local |
Identifies the entity we want to create |
changetype: add |
Action set to add in order to create the entity |
objectClass: microfocus-MFDS-Resource |
We are creating a resource |
microfocus-MFDS-CustomText |
Optional. Can be any text. Not used by Enterprise Server |
microfocus-MFDS-Resource-Class: SURROGAT |
Name of the resource class that the entity belongs to |
microfocus-MFDS-Resource-ACE: allow:SYSAD:read |
Access Control Entry definition, we allow SYSAD to be a surrogat user of PLTPISUR |
microfocus-MFDS-Resource-ACE: deny:*:execute |
Access Control Entry definition, we deny everyone else |
microfocus-MFDS-UID: no |
UID (Unique Identifier). This can be any string; it does not have to be unique. It is not used by Enterprise Server |
description: SAF SURROGAT user for PLTPI. Add all users that can start ES to it |
Description |