Defining Files with LDIF

Command Description

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

Identifies resource class DATASET

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

microfocus-MFDS-Resource-ACE: allow:SYSADM group:update

Access Control Entry 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 Access Control Entry definition can be added

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: EZASOKET Configuration file

Description of the resource