Command | Description |
---|---|
dn: CN=SEC01,CN=Enterprise Server Users,CN=Micro Focus,CN=Program Data,DC=local |
Identifies user SEC01 |
changetype: delete |
Action is set to delete, the current definition for user SEC01 will be deleted |
|
You must leave a blank line between actions |
dn: CN=SEC01,CN=Enterprise Server Users,CN=Micro Focus,CN=Program Data,DC=local |
Identifies user SEC01 |
changetype: add |
Action is set to add |
objectClass: microfocus-MFDS-User |
Object class, we are defining a User |
microfocus-MFDS-UID: no |
UID (Unique Identifier). use mfuid as the value |
microfocus-MFDS-User-CreateToken: self |
User can create a passtoken for himself. (Used for single signon, the user can sign into MFDS and credentials will be passed to ESMAC) |
microfocus-MFDS-User-MTO-Priority: 0 |
User priority |
microfocus-MFDS-User-MTO-Timeout: 0 |
User login timeout in minutes, 0 means no timeout. (Inactivity when signed on) |
microfocus-MFDS-User-MTO-OperatorClass: 0 |
Operator Class |
microfocus-MFDS-User-DefaultGroup: PAYROLL |
Default group. A user as a default group, but can be part of several groups. The default group is used if the user does not specify a group when login in |
microfocus-MFDS-User-AllowLogon: TRUE |
TRUE if the user can login to a terminal or ESMAC |
microfocus-MFDS-User-Pwd: literal:UserPassword |
User password, this can be changed by the user using ESMAC or CESN |
microfocus-MFDS-User-UseToken: self |
The User can be signed using a passtoken created for himself (Used for single signon) |
description: User Description |
User description, used for documentation purposes |