...
The Create User activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- CN String (text box editor type) (type: string): the CN the CN String value of for the place where the user will be created. For Example: 'CN=TEST'new user. The format should be "CN=UserName" (for example, "CN=FlowsterUser", where FlowsterUser is the name for the new user).
- Container DN (text box editor type) (type: string): the parent entry for container for the new created user. For example, "o=FlowsterDemo", where FlowsterDemo will be the parent container of the new user.
- Given Name (text box editor type) (type: string): the first name of the new created user.
- Mail (text box editor type) (type: string): the mail attribute mail attribute of the new created user.
- Password (text box editor type) (type: string): the password for the User.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the User. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster Portal)
- sn (text box editor type) (type: string): the last the last name of the new created user.
- Telephone number (text box editor type) (type: string): the telephone number attribute for the new created user.
...
- Entry DN (type: string): outputs the DN of the new created user.
...
As mentioned above, the values for all the required parameters can be provided by IN arguments/variables or inserted through the inline / extended editor.
Execution: the activity will check for the given Container (Container DN) and if found, it will create a new user with the provided name (CN String) and attributes (Given Name, SN, Mail, Telephone Number):
The newly created group can be seen under the given parent container (NetIQ iManager was used for browsing purposes):
Delete Entry
This activity deletes specified entry from eDirectory.
...