Command | Description |
---|---|
dn: CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local |
Identifies resource |
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=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local |
|
changetype: delete |
action set to delete, we remove any existing definition |
|
You must leave a blank line between actions |
dn: 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 |