Command | Description |
---|---|
dn: CN=DATASET,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local |
Identifies resource DATASET |
changetype: add |
action set to add, will create the resource |
objectClass: top |
This is a main class |
objectClass: container |
will contain entities |
description: Class for controlling access to datasets |
Description |
|
You must leave a blank line between actions |
dn: CN=**EZACONFG,CN=DATASET,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local |
Identifies the entity. CICS will use the physical filename when calling AUTH, if you do not want to specify the path, you can use '**' in front of the file, meaning any characters. |
changetype: delete |
action set to delete, we remove any existing definition |
|
You must leave a blank line between actions |
dn: CN=**EZACONFG,CN=DATASET,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-Resource-Class: DATASET |
name of the class that the entity belongs to |
microfocus-MFDS-Resource-ACE: allow:SYSADM group:update |
Terminology definition, users or groups that can access the resource and their authorisation. In this case we allow any one from SYSADM group to update the file. |
microfocus-MFDS-Resource-ACE: allow:SEC01:update |
more than one Terminology definition can be added |
microfocus-MFDS-UID: no |
UID (Unique Identifier). use mfuid as the value |
description: EZASOKET Configuration file |
description of the resource |