Defining CAS Resources with LDIF

Restriction: This topic applies only when the Enterprise Server feature is enabled.
Command Description

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

Identifies resource OPERCMDS

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 operator commands used by casstart/casstop/casout/casfile/cassub commands

description

 

You must leave a blank line between actions

dn: CN=casstart,CN=OPERCMDS,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=casstart,CN=OPERCMDS,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: OPERCMDS

name of the class that the entity belongs to

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

Terminology definition, we allow any one from SYSADM group to start the ES region

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

We deny all the others

microfocus-MFDS-UID: no

UID (Unique Identifier). use mfuid as the value

description: casstart command to start an ES region

description

 

You must leave a blank line between actions

dn: CN=casstop,CN=OPERCMDS,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=casstop,CN=OPERCMDS,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: OPERCMDS

name of the class that the entity belongs to

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

Terminology definition, we allow any one from SYSADM group to stop the ES region

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

We deny all the others

microfocus-MFDS-UID: no

UID (Unique Identifier). use mfuid as the value

description: casstop command to stop an ES region

description