...
- CN String (text box editor type) (type: string): the CN String value of the place where the computer will be created. For Example: 'CN=TEST'.
- Container DN (text box editor type) (type: string): the parent container for the new created computer.
...
The Edit Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
...
:
...
- Attributes (text box collection editor type) (type: string): the attributes as a collection for the AD the eDirectory entry that you want to edit.
- CSV Attributes (text box editor type) (type: string): overrides the 'Attributes' parameter. The values must be entered with the format: "AttributeName1,Attribute1Value;Attribute2Name,Attribute2Value".Date Format
- Entry DN (text box editor type) (type: string): if 'Value Type' is 'DateTime', enter the date format string. For example: dd.MM.yyyy; if no value is entered, the system defaults are used.Entry (text box editor type) (type: string): the entry path or bind this parameter with the output parameter of a Get Entry activity.
- Value Type (combo box control) (type: string): choose Data type for the edited value.
- Value(s) (text box editor type) (type: string): enter value(s) for attribute, separated by ','.
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 Edit Entry activity:
Get Entry Attributes
This activity gets specified entry and retrieves a collection containing the attributes and their corresponding values.
Activity Parameters
The Get Entry Attributes activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Entry (text box editor type) (type: string): the entry path or bind this parameter with the 'Output entry path' parameter of a Get Entry activity.
- Selected Attribute (text box editor type) (type: string): specify an attribute for which you want a separate output.DN path of the eDirectory object that you want to edit.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables
...
The Read Only Output variable are the possible output values that the activity will provide:
...
.
...
Remove User from Group
This activity removes specified user from specified group.
Activity Parameters
The Remove User from Group activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Group GroupDN (text box editor type) (type: string): the LDAP path for the groupgroup DN in eDirectory.
- User UserDN (text box editor type) (type: string): the entry path user DN of the user or bind this parameter with the output parameter of a Get Entry activitythat will be removed from the group in eDirectory.
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: