...
- Connection (text box editor type) (type: object): the eDirectory Connection. The output parameter from Connect To eDirectory activity should be used as Input here.
Add User To Group
This activity adds a computer to specified group.
...
The Add User to Group activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- userDN group DN (text box editor type) (type: string): the user DN from eDirectory.groupDN the DN String value for the group where the user will be added. For example, "CN=FlowsterGroup,o=FlowsterDemo", where FlowsterGroup is the name for the group and FlowsterDemo is the parent container of the group).
- user DN (text box editor type) (type: string): the group DN from eDirectory.the DN String value for the user which will be added to the group. For example, "CN=FlowsterUser,o=FlowsterDemo", where FlowsterUser is the name of the user and FlowsterDemo is the parent container of the user).
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: boolean): outputs the status of the operation: True is successful, otherwise False.
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 DNs (Group and User DN) and if both found, it will add the user to the group:
The membership can be seen on the Group, for example, in the Members tab (NetIQ iManager was used for browsing purposes):
Change User Password
This activity changes the password of a user account.
...