| Command | Description |
|---|---|
|
dn: cn=PAYROLL,CN=Enterprise Server User Groups,CN=Micro Focus,CN=Program Data,DC=local |
Identifies group PAYROLL |
|
changetype: delete |
Action is set to delete, the current definition for group PAYROLL will be deleted |
|
|
You must leave a blank line between actions |
|
dn: cn=PAYROLL,CN=Enterprise Server User Groups,CN=Micro Focus,CN=Program Data,DC=local |
Identifies group PAYROLL |
|
changetype: add |
Action is set to add |
|
adminDisplayName: Payroll group |
Display Name |
|
objectClass: microfocus-MFDS-Group |
Object class, we are defining a Group |
|
microfocus-MFDS-UID: no |
UID (Unique Identifier). use mfuid as the value |
|
description: People who can process Payroll |
Description for the group |
|
microfocus-MFDS-Group-Member: SEC01 |
User SEC01 is part of the group |
|
microfocus-MFDS-Group-Member: SEC02 |
More than one user can be added to the group |
|
microfocus-MFDS-Group-Member: SEC03 |
|