...
- 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.
...
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Remove User from Group activity:
List Entries
This activity returns all the entries in the specified container. No attributes are returned.
Activity Parameters
The List Entries activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Search Base (text box editor type) (type: string): the container DN where the search is done .
- Search Filter (text box editor type) (type: string): the search filter.
The Read Only Output variable are the possible output values that the activity will provide:
- DN List (type: List<string>): outputs a list of strings containing the found DN for each object that matches the filter.
As mentioned above, the values for all the required parameters can be provided by IN arguments/variables or inserted through the inline / extended editor.
Search Attributes
This activity searches for attribute values based on the search filter of the first matching DN.
Activity Parameters
The Search Attributes activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Search Base (text box editor type) (type: string): the container DN where the search is done .
- Search Filter (text box editor type) (type: string): the search filter.
The Read Only Output variable are the possible output values that the activity will provide:
- Attributes List (type: List<KeyValuePair<string,string>>): outputs a list of KeyValuePair string containing the found attribute name and value for the first object that matches the filter.
As mentioned above, the values for all the required parameters can be provided by IN arguments/variables or inserted through the inline / extended editor.
Rename Entry
This activity renames the cn attribute for an entry in Novell eDirectorysearches for attribute values based on the search filter of the first matching DN.
Activity Parameters
The Search Attributes activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Search Base (text box editor type) (type: string): the container DN where the search is done .
- Search Filter (text box editor type) (type: string): the search filter.
The Read Only Output variable are the possible output values that the activity will provide:
- Attributes List (type: List<KeyValuePair<string,string>>): outputs a list of KeyValuePair string containing the found attribute name and value for the first object that matches the filter.
As mentioned above, the values for all the required parameters can be provided by IN arguments/variables or inserted through the inline / extended editor.