Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Activities


Image Added


CAUTION:

If there is a limitation on the number of connections to the domain controller and an Approval activity is desired in the same workflow as processing a large number of operations, it is recommended to separate edirectory activities within a  different workflow/ snippet  from the workflow where the Approval activity  is used (because approval has a default persistence mechanism). In that way, the workflow/ snippet will not have operations/ activities persisted and it will run normally without the persistency flag. Only the workflow with Approval activity will be persisted.


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.

...