Defining a CICS Transaction with LDIF

Command Description

dn: CN=TCICSTRN,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local

Identifies the TCICSTRN resource

changetype: add

action set to add, will create the resource

objectClass: top

this is a main class

objectClass: container

will contain entities

description: CICS transactions, normal attach security

description

 

You must leave a blank line between actions

dn: CN=TRN1,CN=TCICSTRN,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local

Identifies the TRN1 entity

changetype: delete

action set to delete, will delete the entity

 

You must leave a blank line between actions

dn: CN=TRN1,CN=TCICSTRN,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local

Identifies the TRN1 entity

changetype: add

action set to add, will create the entity

objectClass: microfocus-MFDS-Resource

We are creating a resource

microfocus-MFDS-Resource-Class: TCICSTRN

name of the class that the entity belongs to

microfocus-MFDS-Resource-ACE: allow:ALLUSER group:read

Terminology definition, we grant anyone from group ALLUSER read access

microfocus-MFDS-Resource-ACE: deny:*:execute

Terminology definition, we deny everyone else

microfocus-MFDS-UID: no

UID (Unique Identifier). use mfuid as the value

description: My first Transaction

description