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 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: 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 resource class that the entity belongs to

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

Access Control Entry definition, we grant anyone from group ALLUSER read access

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: My first Transaction

Description