...
- Connect to eDirectory
- Disconnect from eDirectory
- Add User to Group
- Change User Password
- Create Computer
- Create Group
- Create User
- Delete Entry
- Edit Entry
- Remove User from Group
- List Entries
- Rename Entry
- Search Attributes
Connect to eDirectory
This activity connects to eDirectory.The Output of this activity should be used as input for all Connection parameters used for activities placed under eDirectory category.
...
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.
...
The newly created group can be seen under the given parent container (NetIQ iManager was used for browsing purposes):
Create User
This activity creates a new entry of class 'User' in eDirectory.
...
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables.
Execution: the activity will edit the specified attributes for the given entry (in our example, for an user):
Remove User from Group
This activity removes specified user from specified group.
...